summaryrefslogtreecommitdiffstats
path: root/testcases/OpenStack/rally/run_rally-cert.py
diff options
context:
space:
mode:
authorJuha Kosonen <juha.kosonen@nokia.com>2016-06-14 06:42:54 +0000
committerJuha Kosonen <juha.kosonen@nokia.com>2016-06-14 06:44:07 +0000
commit3ce041f875fa66ddecde577fdd7041abb3fc5ba9 (patch)
treea5a7f74be10875e8a4f2e7b5e91705d419d02c7c /testcases/OpenStack/rally/run_rally-cert.py
parent3b3804faa0f729827a09b396e9a0ed909644d2bd (diff)
Reduce rally run script log output
Log scenario specific tables only in debug mode. JIRA: FUNCTEST-312 Change-Id: Iacfdfb8156b1d5e9bc0a85abc1d6a10d6cac032e Signed-off-by: Juha Kosonen <juha.kosonen@nokia.com>
Diffstat (limited to 'testcases/OpenStack/rally/run_rally-cert.py')
-rwxr-xr-xtestcases/OpenStack/rally/run_rally-cert.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testcases/OpenStack/rally/run_rally-cert.py b/testcases/OpenStack/rally/run_rally-cert.py
index abff07be6..7822c7e9e 100755
--- a/testcases/OpenStack/rally/run_rally-cert.py
+++ b/testcases/OpenStack/rally/run_rally-cert.py
@@ -266,7 +266,7 @@ def get_output(proc, test_name):
'success': success_avg}
SUMMARY.append(scenario_summary)
- logger.info("\n" + result)
+ logger.debug("\n" + result)
return result