Reduce rally run script log output
authorJuha Kosonen <juha.kosonen@nokia.com>
Tue, 14 Jun 2016 06:42:54 +0000 (06:42 +0000)
committerJuha Kosonen <juha.kosonen@nokia.com>
Tue, 14 Jun 2016 06:44:07 +0000 (06:44 +0000)
Log scenario specific tables only in debug mode.

JIRA: FUNCTEST-312

Change-Id: Iacfdfb8156b1d5e9bc0a85abc1d6a10d6cac032e
Signed-off-by: Juha Kosonen <juha.kosonen@nokia.com>
testcases/OpenStack/rally/run_rally-cert.py

index abff07b..7822c7e 100755 (executable)
@@ -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