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
This commit is contained in:
Raissa Sarmento 2017-10-23 17:23:51 +01:00
parent c9ec822b9a
commit 88172a96c7
1 changed files with 1 additions and 1 deletions

View File

@ -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