| commit | bf09fa7dc02c1139eefe309356b9fe92d413d722 | [log] [tgz] |
|---|---|---|
| author | Gabriel Cuba <gcuba@whitestack.com> | Wed Jun 07 23:53:34 2023 -0500 |
| committer | cubag <gcuba@whitestack.com> | Thu Jun 08 07:41:31 2023 +0200 |
| tree | e097b31f7266ca5c0b08630accb91ff91c238a93 | |
| parent | c266abc9055348dd20273b888c8899133f9da957 [diff] |
Fix SSH privatekey in basic_26 Change-Id: Iee0a30314d90288121364e2ea385d2b1fdd8df2a Signed-off-by: Gabriel Cuba <gcuba@whitestack.com>
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 @@ ${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}