diff --git a/erp5/util/taskdistribution/__init__.py b/erp5/util/taskdistribution/__init__.py index f4d50d5da96d040b0ee9ed6bcd0b34263ab33b5a..c0c9702c0d02c73b1e4f975b19fd5ba154fefe5e 100644 --- a/erp5/util/taskdistribution/__init__.py +++ b/erp5/util/taskdistribution/__init__.py @@ -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,)) diff --git a/erp5/util/testnode/ScalabilityTestRunner.py b/erp5/util/testnode/ScalabilityTestRunner.py index 4a6dca65d3476981a64fdff2a5d0e51ddd29b219..c4deff99064a36946f003286ef9dac870fb87e12 100644 --- a/erp5/util/testnode/ScalabilityTestRunner.py +++ b/erp5/util/testnode/ScalabilityTestRunner.py @@ -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:"