Fix tempest compatibility
Now Tempest tests are not running with our Tempest jobs. Tempest commit https://review.openstack.org/#/c/123589/ has changed Tempest tox jobs, so we need to use another tox job to be able to run our Tempest tests. Change-Id: I166637916347e03010781e4ca97fd901a6181b48
This commit is contained in:
parent
30f105a1f0
commit
90ec7883c7
@ -38,4 +38,4 @@ if [[ ! "$ZUUL_PROJECT" =~ python-manilaclient ]]; then
|
||||
fi
|
||||
|
||||
echo "Running tempest manila test suites"
|
||||
sudo -H -u jenkins tox -evenv bash tools/pretty_tox.sh \"$MANILA_TESTS -- --concurrency=$TEMPEST_CONCURRENCY\"
|
||||
sudo -H -u jenkins tox -eall $MANILA_TESTS -- --concurrency=$TEMPEST_CONCURRENCY
|
||||
|
Loading…
Reference in New Issue
Block a user