From dba4b6ed26854d368d15747e2b03338d959b31fc Mon Sep 17 00:00:00 2001
From: Emilien Macchi <emilien@redhat.com>
Date: Fri, 8 Apr 2016 15:18:14 -0400
Subject: [PATCH] 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
---
 run_tests.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/run_tests.sh b/run_tests.sh
index a02d3e23a..f913912e4 100755
--- a/run_tests.sh
+++ b/run_tests.sh
@@ -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