X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=tests%2Finstaller%2Fbase.py;fp=tests%2Finstaller%2Fbase.py;h=f3837f1536c86ef5f9085a4ef0ea9cc771c70ae5;hb=db6d9cdcb37fee810fdf59e4d96b9a5139b5c8b7;hp=83467f55aa2a9274b24cd466bc5bf2b79e6c6159;hpb=a126fdaac45c8b0459763c89d4e69ac7e7d5172d;p=doctor.git diff --git a/tests/installer/base.py b/tests/installer/base.py index 83467f55..f3837f15 100644 --- a/tests/installer/base.py +++ b/tests/installer/base.py @@ -16,8 +16,8 @@ class BaseInstaller(object): self.log = log @abc.abstractproperty - def computer_user_name(self): - """user name for login to computer node""" + def node_user_name(self): + """user name for login to cloud node""" @abc.abstractmethod def get_ssh_key_from_installer(self):