Merge "Run only Nova, Cinder, and Glance tempest API tests"

This commit is contained in:
Jenkins 2017-05-30 23:23:35 +00:00 committed by Gerrit Code Review
commit 7edc4abbdb
1 changed files with 2 additions and 2 deletions

View File

@ -70,5 +70,5 @@ fi
sudo chown -R jenkins:stack $BASE/new/tempest
sudo chown -R jenkins:stack /opt/stack/data/tempest
ostestr -r '(^tempest.api|^tempest.scenario)' --blacklist-file \
$BASE/new/mixmatch/mixmatch/tests/functional/tempest_blacklist.txt
ostestr -r '(^tempest.api.compute|^tempest.api.image|^tempest.api.volume|^tempest.scenario)' \
--blacklist-file $BASE/new/mixmatch/mixmatch/tests/functional/tempest_blacklist.txt