Add comment explaining test-not-create behavior
Change-Id: I37ed71d0ffc405ea430815aa2b208bda84e0d798
This commit is contained in:
parent
491fae7b28
commit
a21a2cdae7
@ -625,6 +625,9 @@ class NodeLauncher(threading.Thread):
|
||||
if not host:
|
||||
raise Exception("Unable to log in via SSH")
|
||||
|
||||
# This is a test for the existence and not a creation on purpose.
|
||||
# Current requirements for nodepool nodes are that nodepool can log
|
||||
# in and that it can write to /etc/nodepool.
|
||||
host.ssh("test for config dir", "ls /etc/nodepool")
|
||||
|
||||
ftp = host.client.open_sftp()
|
||||
|
Loading…
x
Reference in New Issue
Block a user