Commit 108c18bf authored by Benjamin Blanc's avatar Benjamin Blanc

Up

parent e9955ae1
......@@ -102,8 +102,10 @@ class ScalabilityTestRunner():
print "...isValidatedMaster(..):"
print self.testnode.test_suite_portal.isValidatedMaster(
self.testnode.config['test_node_title'])
test_configuration = self.testnode.test_suite_portal.generateConfiguration(
node_test_suite.test_suite_title)
test_configuration = deunicodeData(
json.loads(
self.testnode.test_suite_portal.generateConfiguration(
node_test_suite.test_suite_title)))
print "test_configuration:"
print test_configuration
self.involved_nodes = test_configuration['involved_nodes']
......
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