From 55adb2ddd6ee699c026e6f623e599f4d6cb322cb Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Tue, 3 Dec 2019 15:32:09 +0100 Subject: Disable tempest serial_console testing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 5e55f39d6..c820932cb 100644 --- a/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml +++ b/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml @@ -23,7 +23,7 @@ compute-feature-enabled: scheduler_available_filters: "AvailabilityZoneFilter,ComputeFilter,\ ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,\ ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter" - serial_console: true + serial_console: false shelve: true snapshot: true spice_console: false -- cgit 1.2.3-korg