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 --- docker/smoke-cntt/tempest_conf.yaml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docker/smoke-cntt/tempest_conf.yaml') diff --git a/docker/smoke-cntt/tempest_conf.yaml b/docker/smoke-cntt/tempest_conf.yaml index 288abed73..7877d7681 100644 --- a/docker/smoke-cntt/tempest_conf.yaml +++ b/docker/smoke-cntt/tempest_conf.yaml @@ -20,6 +20,9 @@ compute-feature-enabled: rdp_console: false rescue: true resize: true + scheduler_available_filters: "AvailabilityZoneFilter,ComputeFilter,\ + ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,\ + ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter" serial_console: false shelve: true snapshot: true -- cgit 1.2.3-korg