From 88172a96c72efb5887353ca5b87d112535f45d86 Mon Sep 17 00:00:00 2001 From: Raissa Sarmento Date: Mon, 23 Oct 2017 17:23:51 +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: I14ee37639e38824b290eae14c8f2660d6997d228 --- 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 c4bdd10..6411903 100755 --- a/manila/post_test_hook.sh +++ b/manila/post_test_hook.sh @@ -102,4 +102,4 @@ iniset $TEMPEST_CONFIG validation network_for_ssh ${PRIVATE_NETWORK_NAME:-"priva echo "Running tempest manila test suites" -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