diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-12-03 15:32:09 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-12-03 15:39:08 +0100 |
commit | 229d1eb5f6b74de1552f5246a138e58e9d7adabd (patch) | |
tree | 1f6166974fcddd243231793a3151beba68c3887b | |
parent | c8f545c4bc2743e5d73ca882a92ab72aa067c6e9 (diff) |
Disable tempest serial_console testing
DevStack seems incorrect when configuring serial console in case of
multinode deployment (missing proxyclient_address in master, missing
socket in Rocky, etc). Then the testing is disabled.
Change-Id: I9d1d43017b0935b23ea2a939748b5f709212c70d
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 55adb2ddd6ee699c026e6f623e599f4d6cb322cb)
-rw-r--r-- | functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml b/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml index f88d0088d..a90633f44 100644 --- a/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml +++ b/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml @@ -24,7 +24,7 @@ compute-feature-enabled: ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,\ ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,\ DifferentHostFilter" - serial_console: true + serial_console: false shelve: true snapshot: true spice_console: false |