From 21a0708799bd0fa61e086dc6f1c0f35c1450b55c Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Tue, 26 Nov 2019 13:17:35 +0100 Subject: Complete tempest_full for CNTT Compliance MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It forbids skipping any test and counts the testcases executed. It mosly avoids running tests accoring to the upstream skip tests (known bugs), related to nova-network, glance v1, keystone v2 and all features defined as optional by CNTT. It fixes an issue highlighted by yallint. Change-Id: Ib4678cb9e9fc37b16fcf21d8418931eae0f667d0 Signed-off-by: Cédric Ollivier --- functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml') 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 e78f2fa35..5e55f39d6 100644 --- a/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml +++ b/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml @@ -20,7 +20,9 @@ compute-feature-enabled: rdp_console: false rescue: true resize: true - scheduler_available_filters: AvailabilityZoneFilter,ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter + scheduler_available_filters: "AvailabilityZoneFilter,ComputeFilter,\ + ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,\ + ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter" serial_console: true shelve: true snapshot: true -- cgit 1.2.3-korg