Skip to content
Snippets Groups Projects
Commit bf09fa7d authored by gcubae's avatar gcubae Committed by gcubae
Browse files

Fix SSH privatekey in basic_26


Change-Id: Iee0a30314d90288121364e2ea385d2b1fdd8df2a
Signed-off-by: default avatarGabriel Cuba <gcuba@whitestack.com>
parent c266abc9
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ ${ns_timeout} 5min
${username} ubuntu
${password} ${EMPTY}
${publickey} %{HOME}/.ssh/id_rsa.pub
${privatekey} %{OSM_RSA_FILE}
${privatekey} %{HOME}/.ssh/id_rsa
# SSH keys and username to be used to connect to OSM VM
${osm_host} %{OSM_HOSTNAME}
......
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