Skip to content
Snippets Groups Projects
Commit dcd85eef authored by Michael Hanselmann's avatar Michael Hanselmann
Browse files

QA: Read virtual node's RAPI certificate


The virtual node prefix must be added to the path.

Signed-off-by: default avatarMichael Hanselmann <hansmi@google.com>
Reviewed-by: default avatarBernardo Dal Seno <bdalseno@google.com>
parent c9cf3f1a
No related branches found
No related tags found
No related merge requests found
......@@ -76,7 +76,7 @@ def Setup(username, password):
master = qa_config.GetMasterNode()
# Load RAPI certificate from master node
cmd = ["cat", pathutils.RAPI_CERT_FILE]
cmd = ["cat", qa_utils.MakeNodePath(master, pathutils.RAPI_CERT_FILE)]
# Write to temporary file
_rapi_ca = tempfile.NamedTemporaryFile()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment