Commit 5fcc67cb authored by Benjamin Blanc's avatar Benjamin Blanc

testnode: ScalabilityTestRunner: Fix typo

parent 5c0f49d1
......@@ -61,7 +61,7 @@ class ScalabilityTestRunner():
certificate = self.testnode.test_suite_portal.getSlaposAccountCertificate()
self.slapos_controler.createSlaposConfigurationFileAccount(key,certificate,
self.testnode.config)
self.slapos_communicator = SlapOSMasterCommunicator(key, certificate,
self.slapos_communicator = SlapOSMasterCommunicator.SlapOSMasterCommunicator(key, certificate,
'https://rest.slapos.org/Base_getHateoasMaster')
self.remaining_software_installation_dict = {}
......
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