Run tempest tests in parallel

Change-Id: Ib7b2c6756ba4c3933b0911c1b7d81c03a1b3d1b3
This commit is contained in:
Hongbin Lu 2017-05-22 00:27:00 +00:00
parent ce49c2bf6f
commit eb91f4c596
2 changed files with 2 additions and 2 deletions

View File

@ -61,4 +61,4 @@ Navigate to tempest directory::
Run this command::
tox -eall-plugin -- zun.tests.tempest.api --concurrency=1
tox -eall-plugin -- zun.tests.tempest.api

View File

@ -57,7 +57,7 @@ sudo chown -R jenkins:stack $BASE/new/tempest
# show tempest config
cat etc/tempest.conf
sudo -E tox -eall-plugin -- zun.tests.tempest.api --concurrency=1
sudo -E tox -eall-plugin -- zun.tests.tempest.api
EXIT_CODE=$?