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
This commit is contained in:
Raissa Sarmento 2017-10-23 17:30:01 +01:00 committed by Victoria Martinez de la Cruz
parent 6ed64665cb
commit 85e277ce19
1 changed files with 1 additions and 1 deletions

View File

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