summaryrefslogtreecommitdiffstats
path: root/tests/installer/base.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/installer/base.py')
-rw-r--r--tests/installer/base.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/installer/base.py b/tests/installer/base.py
index f3837f15..fa39816a 100644
--- a/tests/installer/base.py
+++ b/tests/installer/base.py
@@ -24,6 +24,10 @@ class BaseInstaller(object):
pass
@abc.abstractmethod
+ def get_host_ip_from_hostname(self, hostname):
+ pass
+
+ @abc.abstractmethod
def setup(self):
pass