X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?p=doctor.git;a=blobdiff_plain;f=tests%2Finstaller%2Fbase.py;h=fa39816aa49573d6212b1ee18d7f1be6ad7bde23;hp=f3837f1536c86ef5f9085a4ef0ea9cc771c70ae5;hb=19f7ba75850c52e1ae163766b64b6d153e8d7e1b;hpb=836a8932d6c6a502980009b9578f0c6ecf64cb47 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