From bf09fa7dc02c1139eefe309356b9fe92d413d722 Mon Sep 17 00:00:00 2001 From: Gabriel Cuba Date: Wed, 7 Jun 2023 23:53:34 -0500 Subject: [PATCH] Fix SSH privatekey in basic_26 Change-Id: Iee0a30314d90288121364e2ea385d2b1fdd8df2a Signed-off-by: Gabriel Cuba --- .../testsuite/basic_26-secure_helm_execution_environment.robot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} -- 2.17.1