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, 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):