Commit 9d28651f authored by Benjamin Blanc's avatar Benjamin Blanc

Many change in SlapOSControler

parent 3277682e
...@@ -55,7 +55,7 @@ class ScalabilityTestRunner(): ...@@ -55,7 +55,7 @@ class ScalabilityTestRunner():
# Create the slapos account configuration file and dir # Create the slapos account configuration file and dir
key = self.testnode.test_suite_portal.getSlaposAccountKey() key = self.testnode.test_suite_portal.getSlaposAccountKey()
certificate = self.testnode.test_suite_portal.getSlaposAccountCertificate() certificate = self.testnode.test_suite_portal.getSlaposAccountCertificate()
self.slapos_controler.createSlaposConfigurationFileAccount(key,certificate) SlapOSControler.createSlaposConfigurationFileAccount(key,certificate)
# {'COMPX' : ['soft_path1.cfg', 'soft_path2.cfg'], # {'COMPX' : ['soft_path1.cfg', 'soft_path2.cfg'],
# 'COMPY' : ['soft_path1.cfg'], ... } # 'COMPY' : ['soft_path1.cfg'], ... }
......
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