Commit 22584985 authored by Jérome Perrin's avatar Jérome Perrin

fixup! fixup! proftpd: instance test suite

fix all getInstanceParameterDict typos
parent a4c16900
...@@ -138,7 +138,7 @@ class SlapOSInstanceTestCase(unittest.TestCase): ...@@ -138,7 +138,7 @@ class SlapOSInstanceTestCase(unittest.TestCase):
# TODO: log more details in this case # TODO: log more details in this case
assert software_status_dict['status_code'] == 0 assert software_status_dict['status_code'] == 0
instance_parameter_dict = cls.getInstanceParmeterDict() instance_parameter_dict = cls.getInstanceParameterDict()
instance_status_dict = slapos_controler.runComputerPartition( instance_status_dict = slapos_controler.runComputerPartition(
config, config,
cluster_configuration=instance_parameter_dict, cluster_configuration=instance_parameter_dict,
...@@ -157,7 +157,7 @@ class SlapOSInstanceTestCase(unittest.TestCase): ...@@ -157,7 +157,7 @@ class SlapOSInstanceTestCase(unittest.TestCase):
partition_parameter_kw=instance_parameter_dict)) partition_parameter_kw=instance_parameter_dict))
# expose some class attributes so that tests can use them: # expose some class attributes so that tests can use them:
# the ComputerPartition instances, to getInstanceParmeterDict # the ComputerPartition instances, to getInstanceParameterDict
cls.computer_partition = computer_partition_list[0] cls.computer_partition = computer_partition_list[0]
# the path of the instance on the filesystem, for low level inspection # the path of the instance on the filesystem, for low level inspection
......
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