run_tests: list tempest plugins at the end of the job

For debug purpose, it will be useful to have the list of tempest plugins
that we have.

Change-Id: Ib60dd99506f273f6759475ed49a57af78a6d0213
This commit is contained in:
Emilien Macchi 2016-04-08 15:18:14 -04:00
parent 6b1ab37d45
commit dba4b6ed26

@ -153,4 +153,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