diff options
author | Juha Kosonen <juha.kosonen@nokia.com> | 2017-03-09 17:22:13 +0200 |
---|---|---|
committer | Juha Kosonen <juha.kosonen@nokia.com> | 2017-03-09 17:22:13 +0200 |
commit | 9a4da86f93e8e9bf8e65ee5f1c703097c1b4d96b (patch) | |
tree | c731980c5cf725fb6d34a99614565145875feb5d /functest/opnfv_tests/openstack/tempest | |
parent | 648814e9c0fa6acae761e48d24982cfc5f30ff53 (diff) |
Show verification details in tempest log
JIRA: FUNCTEST-747
Change-Id: I85f15188315136cc44876914325e3693f7973af8
Signed-off-by: Juha Kosonen <juha.kosonen@nokia.com>
Diffstat (limited to 'functest/opnfv_tests/openstack/tempest')
-rw-r--r-- | functest/opnfv_tests/openstack/tempest/tempest.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/functest/opnfv_tests/openstack/tempest/tempest.py b/functest/opnfv_tests/openstack/tempest/tempest.py index 569a6983..f2e8d265 100644 --- a/functest/opnfv_tests/openstack/tempest/tempest.py +++ b/functest/opnfv_tests/openstack/tempest/tempest.py @@ -166,7 +166,8 @@ class TempestCommon(testcase_base.TestcaseBase): return line[first_pos:last_pos] def run_verifier_tests(self): - self.OPTION += (" --load-list {}".format(conf_utils.TEMPEST_LIST)) + self.OPTION += (" --load-list {} --detailed" + .format(conf_utils.TEMPEST_LIST)) cmd_line = "rally verify start " + self.OPTION logger.info("Starting Tempest test suite: '%s'." % cmd_line) |