From abc2a453b160077f21e2a5d98b2abde0c114c7f1 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Thu, 14 Nov 2019 22:54:35 +0100 Subject: Fix regex (qos extension is mandatory in CNTT) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I30eb30a73dda2202035833ac3d9fa2ab472dceb0 Signed-off-by: Cédric Ollivier --- docker/smoke-cntt/testcases.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docker/smoke-cntt/testcases.yaml b/docker/smoke-cntt/testcases.yaml index da1530b6b..905e441c2 100644 --- a/docker/smoke-cntt/testcases.yaml +++ b/docker/smoke-cntt/testcases.yaml @@ -12,7 +12,7 @@ tiers: criteria: 100 blocking: false deny_skipping: true - tests_count: 437 + tests_count: 525 description: >- This test case runs the Tempest suite proposed by the Neutron project. The list of test cases is generated by @@ -34,7 +34,6 @@ tiers: (?!.*test_ports.PortsTestJSON.test_create_update_port_with_dns_domain)\ (?!.*test_ports.PortsTestJSON.test_create_update_port_with_dns_name)\ (?!.*test_ports.PortsTestJSON.test_create_update_port_with_no_dns_name)\ - (?!.*test_qos)(?!.*test_qos_negative)\ (?!.*test_revisions.TestRevisions.test_update_dns_domain_bumps_revision)\ (?!.*test_router_interface_fip)\ (?!.*test_routers.DvrRoutersTestUpdateDistributedExtended)\ -- cgit 1.2.3-korg