diff options
author | dongwenjuan <dong.wenjuan@zte.com.cn> | 2017-08-07 10:19:23 +0800 |
---|---|---|
committer | dongwenjuan <dong.wenjuan@zte.com.cn> | 2017-08-07 15:18:35 +0800 |
commit | 5a1c7a939cef64609c398779d83e4c0bdae83083 (patch) | |
tree | 47bc1452c0ae6cd065f7bb42b07335b44d01285f /tests/installer/base.py | |
parent | 9549a92ad62fbbad00e355b707809e6409b9e085 (diff) |
refactor apex installer
JIRA: DOCTOR-100
Change-Id: I684071d35aac99ad1f5b65ae74e0a98ac726af35
Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
Diffstat (limited to 'tests/installer/base.py')
-rw-r--r-- | tests/installer/base.py | 4 |
1 files changed, 2 insertions, 2 deletions
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): |