Merge "Add printing the plugin list after the plugin install"
This commit is contained in:
commit
e3400ec2d2
@ -602,6 +602,8 @@ function install_tempest {
|
|||||||
PROJECT_VENV["tempest"]=${TEMPEST_DIR}/.tox/tempest
|
PROJECT_VENV["tempest"]=${TEMPEST_DIR}/.tox/tempest
|
||||||
if [[ $TEMPEST_PLUGINS != 0 ]] ; then
|
if [[ $TEMPEST_PLUGINS != 0 ]] ; then
|
||||||
tox -evenv-tempest -- pip install $TEMPEST_PLUGINS
|
tox -evenv-tempest -- pip install $TEMPEST_PLUGINS
|
||||||
|
echo "Checking installed Tempest plugins:"
|
||||||
|
tox -evenv-tempest -- tempest list-plugins
|
||||||
fi
|
fi
|
||||||
popd
|
popd
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user