@@ -258,6 +258,9 @@ class ScalabilityLauncher(object):
tester_path=self.__argumentNamespace.runner_path
user_number=suite.getUserNumber(current_test)
self.log("user_number: %s"str(user_number))
self.log("test_duration: %ss"str(test_duration))
tester_process=subprocess.Popen([tester_path,
self.__argumentNamespace.erp5_url,
str(user_number),
...
...
@@ -297,7 +300,7 @@ class ScalabilityLauncher(object):
)
self.log("%s doc in %s secs = %s docs per hour"%(created_document_number,test_duration,created_document_per_hour_number))
test_result_line_test.stop(stdout='soon',
test_result_line_test.stop(stdout=str(created_document_number)+" doc in "+str(test_duration)+" secs = "+str(created_document_per_hour_number)+" docs per hour",