Merge "run_tests: list tempest plugins at the end of the job"

This commit is contained in:
Jenkins 2016-04-11 18:13:20 +00:00 committed by Gerrit Code Review
commit 9f04914e84

View File

@ -155,4 +155,5 @@ tox -eall-plugin -- --concurrency=2 $TESTS
RESULT=$?
set -e
testr last --subunit > /tmp/openstack/tempest/testrepository.subunit
/tmp/openstack/tempest/.tox/all-plugin/bin/tempest list-plugins
exit $RESULT