From 19f7ba75850c52e1ae163766b64b6d153e8d7e1b Mon Sep 17 00:00:00 2001 From: dongwenjuan Date: Mon, 14 Aug 2017 16:58:13 +0800 Subject: refactor failure inject JIRA: DOCTOR-116 Change-Id: I14deda4ccb47414cff139a522a9196b68e92500e Signed-off-by: dongwenjuan --- tests/installer/base.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests/installer/base.py') 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 @@ -23,6 +23,10 @@ class BaseInstaller(object): def get_ssh_key_from_installer(self): pass + @abc.abstractmethod + def get_host_ip_from_hostname(self, hostname): + pass + @abc.abstractmethod def setup(self): pass -- cgit 1.2.3-korg