From 85e277ce195712f24d09d7b7482dfdebefbefb6b Mon Sep 17 00:00:00 2001 From: Raissa Sarmento Date: Mon, 23 Oct 2017 17:30:01 +0100 Subject: [PATCH] Change manila post_test_hook to use plugin repo Fix in order for the tempest jobs run manila's tempest plugin from the new plugin repository. Change-Id: Id07f965e5b73d20ca99e75760d196d55c7b6fbc8 --- manila/post_test_hook.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manila/post_test_hook.sh b/manila/post_test_hook.sh index 5d3bf7c..ca1aaff 100644 --- a/manila/post_test_hook.sh +++ b/manila/post_test_hook.sh @@ -140,4 +140,4 @@ elif [[ $MANILA_TEST_TYPE == 'scenario' ]]; then fi export MANILA_TEMPEST_CONCURRENCY=${MANILA_TEMPEST_CONCURRENCY:-12} -sudo -H -u $USER tox -eall-plugin $MANILA_TESTS -- --concurrency=$MANILA_TEMPEST_CONCURRENCY +sudo -H -u $USER tox -eall -- $MANILA_TESTS --concurrency=$MANILA_TEMPEST_CONCURRENCY