Commit c0b3e80b authored by Benjamin Blanc's avatar Benjamin Blanc

Test

parent 9d2a444e
......@@ -464,7 +464,7 @@ class TaskDistributor(RPCRetry):
def generateConfiguration(self, test_suite_title):
"""
Generates a configguration from a test_suite_title
Generates a configuration from a test_suite_title
"""
self._retryRPC('generateConfiguration', (test_suite_title,))
......
......@@ -78,7 +78,8 @@ class ScalabilityTestRunner():
"""
We will build slapos software needed by the testnode itself,
"""
if self.testnode.test_suite_portal.isValidatedMaster(self.testnode.config['test_node_title']):
if self.testnode.test_suite_portal.isValidatedMaster(
self.testnode.config['test_node_title']):
# software_path_list = []
# software_path_list.append(self.testnode.config.get("software_list"))
# for software_path in software_path_list:
......@@ -97,7 +98,9 @@ class ScalabilityTestRunner():
# softwares ipv6-url ( created during constructProfile(...) )
#software_path_list = _extractSoftwarePathList(software_path_list)
# TODO : extract software paths (ipv6+local suite path+password?) from node_test_suite
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)
print "test_configuration:"
......
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