From 90ec7883c7c01ba1d7b4700470b6e58cc9a48178 Mon Sep 17 00:00:00 2001 From: Valeriy Ponomaryov <vponomaryov@mirantis.com> Date: Thu, 16 Oct 2014 12:30:34 -0400 Subject: [PATCH] Fix tempest compatibility Now Tempest tests are not running with our Tempest jobs. Tempest commit https://review.openstack.org/#/c/123589/ has changed Tempest tox jobs, so we need to use another tox job to be able to run our Tempest tests. Change-Id: I166637916347e03010781e4ca97fd901a6181b48 --- contrib/ci/post_test_hook.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/ci/post_test_hook.sh b/contrib/ci/post_test_hook.sh index 9aa2a1ffa8..f9b5cb350f 100755 --- a/contrib/ci/post_test_hook.sh +++ b/contrib/ci/post_test_hook.sh @@ -38,4 +38,4 @@ if [[ ! "$ZUUL_PROJECT" =~ python-manilaclient ]]; then fi echo "Running tempest manila test suites" -sudo -H -u jenkins tox -evenv bash tools/pretty_tox.sh \"$MANILA_TESTS -- --concurrency=$TEMPEST_CONCURRENCY\" +sudo -H -u jenkins tox -eall $MANILA_TESTS -- --concurrency=$TEMPEST_CONCURRENCY