Commit 7683e129 authored by Jérome Perrin's avatar Jérome Perrin

fixup! proftpd: instance test suite

fix getInstanceParameterDict typo
parent e27cb497
...@@ -193,7 +193,7 @@ class TestBan(ProFTPdTestCase): ...@@ -193,7 +193,7 @@ class TestBan(ProFTPdTestCase):
class TestInstanceParameterPort(ProFTPdTestCase): class TestInstanceParameterPort(ProFTPdTestCase):
@classmethod @classmethod
def getInstanceParmeterDict(cls): def getInstanceParameterDict(cls):
cls.free_port = utils.findFreeTCPPort(cls.config['ipv4_address']) cls.free_port = utils.findFreeTCPPort(cls.config['ipv4_address'])
return {'port': cls.free_port} return {'port': cls.free_port}
......
...@@ -55,7 +55,7 @@ class SlapOSInstanceTestCase(unittest.TestCase): ...@@ -55,7 +55,7 @@ class SlapOSInstanceTestCase(unittest.TestCase):
raise NotImplementedError() raise NotImplementedError()
@classmethod @classmethod
def getInstanceParmeterDict(cls): def getInstanceParameterDict(cls):
"""Return instance parameters """Return instance parameters
To be defined by subclasses if they need to request instance with specific To be defined by subclasses if they need to request instance with specific
......
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