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: I4ba8711a155dc90790657245d34e58382b99737e
This commit is contained in:
parent
658c7a6847
commit
fec9fd78a0
@ -127,7 +127,7 @@ iniset $TEMPEST_CONFIG validation ssh_timeout $BUILD_TIMEOUT
|
||||
iniset $TEMPEST_CONFIG validation network_for_ssh ${PRIVATE_NETWORK_NAME:-"private"}
|
||||
|
||||
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
|
||||
|
||||
_retval=$?
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user