Commit 6b8bbed9 authored by Benjamin Blanc's avatar Benjamin Blanc

Fix

parent 0e9930a3
...@@ -94,11 +94,11 @@ class ScalabilityTestRunner(): ...@@ -94,11 +94,11 @@ class ScalabilityTestRunner():
# softwares ipv6-url ( created during constructProfile(...) ) # softwares ipv6-url ( created during constructProfile(...) )
#software_path_list = _extractSoftwarePathList(software_path_list) #software_path_list = _extractSoftwarePathList(software_path_list)
# TODO : extract software paths (ipv6+local suite path+password?) from node_test_suite # TODO : extract software paths (ipv6+local suite path+password?) from node_test_suite
print node_test_suite print node_test_suite.getTitle()
print node_test_suite print node_test_suite.getTitle()
print node_test_suite print node_test_suite.getTitle()
print node_test_suite print node_test_suite.getTitle()
print node_test_suite print node_test_suite.getTitle()
......
...@@ -357,7 +357,7 @@ from the distributor.") ...@@ -357,7 +357,7 @@ from the distributor.")
else: else:
log("testnode, Runner type not implemented.", my_type_test) log("testnode, Runner type not implemented.", my_type_test)
raise NotImplementedError raise NotImplementedError
log("Current test is a : %s" %(my_type_test,)) log("Type of current test is %s" %(my_type_test,))
# difference master/slave # difference master/slave
......
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