diff options
author | Juha Kosonen <juha.kosonen@nokia.com> | 2016-06-14 06:42:54 +0000 |
---|---|---|
committer | Juha Kosonen <juha.kosonen@nokia.com> | 2016-06-14 06:44:07 +0000 |
commit | 3ce041f875fa66ddecde577fdd7041abb3fc5ba9 (patch) | |
tree | a5a7f74be10875e8a4f2e7b5e91705d419d02c7c /testcases/OpenStack | |
parent | 3b3804faa0f729827a09b396e9a0ed909644d2bd (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')
-rwxr-xr-x | testcases/OpenStack/rally/run_rally-cert.py | 2 |
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 |