From 9d28651f96056edab6ac235ee0545950b82cb654 Mon Sep 17 00:00:00 2001 From: Benjamin Blanc <benjamin.blanc@tiolive.com> Date: Wed, 12 Jun 2013 18:23:39 +0200 Subject: [PATCH] Many change in SlapOSControler --- erp5/util/testnode/ScalabilityTestRunner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erp5/util/testnode/ScalabilityTestRunner.py b/erp5/util/testnode/ScalabilityTestRunner.py index b0698b5c1b..5c0e4bc600 100644 --- a/erp5/util/testnode/ScalabilityTestRunner.py +++ b/erp5/util/testnode/ScalabilityTestRunner.py @@ -55,7 +55,7 @@ class ScalabilityTestRunner(): # Create the slapos account configuration file and dir key = self.testnode.test_suite_portal.getSlaposAccountKey() certificate = self.testnode.test_suite_portal.getSlaposAccountCertificate() - self.slapos_controler.createSlaposConfigurationFileAccount(key,certificate) + SlapOSControler.createSlaposConfigurationFileAccount(key,certificate) # {'COMPX' : ['soft_path1.cfg', 'soft_path2.cfg'], # 'COMPY' : ['soft_path1.cfg'], ... } -- 2.30.9