From: Gabriel Cuba Date: Thu, 8 Jun 2023 04:53:34 +0000 (-0500) Subject: Fix SSH privatekey in basic_26 X-Git-Tag: release-v14.0-start~13 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2Ftests.git;a=commitdiff_plain;h=bf09fa7dc02c1139eefe309356b9fe92d413d722 Fix SSH privatekey in basic_26 Change-Id: Iee0a30314d90288121364e2ea385d2b1fdd8df2a Signed-off-by: Gabriel Cuba --- diff --git a/robot-systest/testsuite/basic_26-secure_helm_execution_environment.robot b/robot-systest/testsuite/basic_26-secure_helm_execution_environment.robot index b4c8d81..e4d23f8 100644 --- a/robot-systest/testsuite/basic_26-secure_helm_execution_environment.robot +++ b/robot-systest/testsuite/basic_26-secure_helm_execution_environment.robot @@ -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}