Conform with OpenStack Pike gates 27/62827/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Sun, 23 Sep 2018 08:24:14 +0000 (10:24 +0200)
committerCédric Ollivier <cedric.ollivier@orange.com>
Sun, 23 Sep 2018 08:24:14 +0000 (10:24 +0200)
It excludes slow tests conforming with OpenStack Gates.
All tests run in parallel here.

It should be noted that only one skipped test was in failure here.
tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_mtu_sized_frames

Change-Id: I110a8cf5dd8603f29f40fcf01fc277d468582bf6
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
docker/components/testcases.yaml
functest/ci/testcases.yaml

index 749249a..57ad5a5 100644 (file)
@@ -23,7 +23,7 @@ tiers:
                     module: 'functest.opnfv_tests.openstack.tempest.tempest'
                     class: 'TempestCommon'
                     args:
-                        mode: '^tempest\.'
+                        mode: '(?!.*\[.*\bslow\b.*\])(^tempest\.(api|scenario))'
 
             -
                 case_name: rally_full
index 7bb88be..bdc7ba0 100644 (file)
@@ -349,7 +349,7 @@ tiers:
                     module: 'functest.opnfv_tests.openstack.tempest.tempest'
                     class: 'TempestCommon'
                     args:
-                        mode: '^tempest\.'
+                        mode: '(?!.*\[.*\bslow\b.*\])(^tempest\.(api|scenario))'
 
             -
                 case_name: rally_full