Commit 9ea74ee8 authored by Benjamin Blanc's avatar Benjamin Blanc

runScalabilityTestSuite: fix csv log reading

parent bcb4df39
......@@ -222,8 +222,8 @@ class ScalabilityLauncher(object):
for log_content in log_contents:
stdout = stdout + log_content + "\n====\n====\n"
stdout = stdout + "CSV:\n""\n====\n====\n====\n====\n"
for log_content in log_contents:
stdout = stdout + log_content + "\n====\n====\n"
for csv_content in csv_contents:
stdout = stdout + csv_content + "\n====\n====\n"
test_result_line_test.stop(stdout=stdout)
self.log("Test Case Stopped")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment