diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-09-23 10:24:14 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-09-23 10:24:14 +0200 |
commit | a6aabd23288c2d1b0062c4eb19f3c61c4f825310 (patch) | |
tree | 323dbc4660f474619d0e9b0ca0592700085410e6 /docker | |
parent | 430ca21da1f52a15491e4ad2acf3eabd16e1e203 (diff) |
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 <cedric.ollivier@orange.com>
Diffstat (limited to 'docker')
-rw-r--r-- | docker/components/testcases.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |