Add comment explaining test-not-create behavior

Change-Id: I37ed71d0ffc405ea430815aa2b208bda84e0d798
This commit is contained in:
Monty Taylor 2017-01-31 16:43:06 -06:00
parent 491fae7b28
commit a21a2cdae7
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594
1 changed files with 3 additions and 0 deletions

View File

@ -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()