Fix SSH privatekey in basic_26
[osm/tests.git] / robot-systest / testsuite / basic_26-secure_helm_execution_environment.robot
index b4c8d81..e4d23f8 100644 (file)
@@ -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}