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:
parent
6b1ab37d45
commit
dba4b6ed26
@ -153,4 +153,5 @@ tox -eall-plugin -- --concurrency=2 $TESTS
|
|||||||
RESULT=$?
|
RESULT=$?
|
||||||
set -e
|
set -e
|
||||||
testr last --subunit > /tmp/openstack/tempest/testrepository.subunit
|
testr last --subunit > /tmp/openstack/tempest/testrepository.subunit
|
||||||
|
/tmp/openstack/tempest/.tox/all-plugin/bin/tempest list-plugins
|
||||||
exit $RESULT
|
exit $RESULT
|
||||||
|
Loading…
x
Reference in New Issue
Block a user