summaryrefslogtreecommitdiff
path: root/playbooks
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2019-03-09 14:18:16 +0000
committerGerrit Code Review <review@openstack.org>2019-03-09 14:18:16 +0000
commit151deebde800f47ed4e8994e31810d46e6be0770 (patch)
tree2a885c8dec3cfc63d045b49325311dc1187c64e3 /playbooks
parent30550d3d947e13f4d23b207ff96373971710dd55 (diff)
parentf4387e4b66158b53fc09d404872c05576fb047ee (diff)
downloadnova-151deebde800f47ed4e8994e31810d46e6be0770.tar.gz
Merge "Do not run tempest.scenario.test_network* tests in nova-next"
Diffstat (limited to 'playbooks')
-rw-r--r--playbooks/legacy/nova-next/run.yaml7
1 files changed, 5 insertions, 2 deletions
diff --git a/playbooks/legacy/nova-next/run.yaml b/playbooks/legacy/nova-next/run.yaml
index 8c3e7dd449..1005b616aa 100644
--- a/playbooks/legacy/nova-next/run.yaml
+++ b/playbooks/legacy/nova-next/run.yaml
@@ -60,9 +60,12 @@
export PYTHONUNBUFFERED=true
# Yes we want to run Tempest.
export DEVSTACK_GATE_TEMPEST=1
- # Run all compute API tests and all scenario tests at the default
+ # Run all compute API tests and most scenario tests at the default
# concurrency (nproc/2 which is normally 4 in the gate).
- export DEVSTACK_GATE_TEMPEST_REGEX="^tempest\.((scenario)|(api\.compute))"
+ # The tempest.scenario.test_network* tests are skipped because they
+ # (1) take a long time and (2) are already covered in the
+ # tempest-slow* job.
+ export DEVSTACK_GATE_TEMPEST_REGEX="^tempest\.((scenario(?!\.test_network))|(api\.compute))"
# The post_test_hook runs some post-test CLIs for things that
# Tempest does not test, like archiving deleted records.
function post_test_hook {