Skip to content

Commit b655867

Browse files
committed
Add printing the plugin list after the plugin install
This commit just adds a sanity check output to lib/tempest. It will use tempest list-plugins to print a table of installed plugins after the pip install phase is run for any provided plugins. This will enable users to check that the plugins they think they're running are detected by tempest. Change-Id: Icff286da6c68ec9a57f2288458976341bc095875
1 parent 18534b2 commit b655867

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

lib/tempest

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -600,6 +600,8 @@ function install_tempest {
600600
PROJECT_VENV["tempest"]=${TEMPEST_DIR}/.tox/tempest
601601
if [[ $TEMPEST_PLUGINS != 0 ]] ; then
602602
tox -evenv-tempest -- pip install $TEMPEST_PLUGINS
603+
echo "Checking installed Tempest plugins:"
604+
tox -evenv-tempest -- tempest list-plugins
603605
fi
604606
popd
605607
}

0 commit comments

Comments
 (0)