From: Cédric Ollivier Date: Sun, 23 Sep 2018 08:24:14 +0000 (+0200) Subject: Conform with OpenStack Pike gates X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=a6aabd23288c2d1b0062c4eb19f3c61c4f825310;p=functest.git Conform with OpenStack Pike gates 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 --- diff --git a/docker/components/testcases.yaml b/docker/components/testcases.yaml index 749249a01..57ad5a5f5 100644 --- a/docker/components/testcases.yaml +++ b/docker/components/testcases.yaml @@ -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 diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml index 7bb88be6c..bdc7ba001 100644 --- a/functest/ci/testcases.yaml +++ b/functest/ci/testcases.yaml @@ -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