Merge "Use group_regex to group gabbi api tests"

This commit is contained in:
Jenkins 2017-05-29 14:17:10 +00:00 committed by Gerrit Code Review
commit 2a6cf96b84
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ sudo -E $DEST/heat/heat_integrationtests/prepare_test_env.sh
sudo -E $DEST/heat/heat_integrationtests/prepare_test_network.sh
cd $DEST/tempest
sudo sed -i -e '/group_regex/c\group_regex=heat_integrationtests\\.api\\.test_heat_api(?:\\.|_)([^_]+)' .testr.conf
sudo tempest run --regex heat_integrationtests
sudo -E $DEST/heat/heat_integrationtests/cleanup_test_env.sh