Skip to content

Commit e3400ec

Browse files
Jenkinsopenstack-gerrit
authored andcommitted
Merge "Add printing the plugin list after the plugin install"
2 parents aacd30a + b655867 commit e3400ec

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
@@ -602,6 +602,8 @@ function install_tempest {
602602
PROJECT_VENV["tempest"]=${TEMPEST_DIR}/.tox/tempest
603603
if [[ $TEMPEST_PLUGINS != 0 ]] ; then
604604
tox -evenv-tempest -- pip install $TEMPEST_PLUGINS
605+
echo "Checking installed Tempest plugins:"
606+
tox -evenv-tempest -- tempest list-plugins
605607
fi
606608
popd
607609
}

0 commit comments

Comments
 (0)