Merge "Add printing the plugin list after the plugin install"

This commit is contained in:
Jenkins 2016-05-25 04:15:07 +00:00 committed by Gerrit Code Review
commit e3400ec2d2

View File

@ -602,6 +602,8 @@ function install_tempest {
PROJECT_VENV["tempest"]=${TEMPEST_DIR}/.tox/tempest
if [[ $TEMPEST_PLUGINS != 0 ]] ; then
tox -evenv-tempest -- pip install $TEMPEST_PLUGINS
echo "Checking installed Tempest plugins:"
tox -evenv-tempest -- tempest list-plugins
fi
popd
}