Launching the NS using the Dualstackip
[osm/tests.git] / robot-systest / testsuite / basic_26-secure_helm_execution_environment.robot
index b4c8d81..10b3f24 100644 (file)
@@ -21,7 +21,7 @@ Resource   %{ROBOT_DEVOPS_FOLDER}/lib/nsd_lib.robot
 Resource   %{ROBOT_DEVOPS_FOLDER}/lib/ns_lib.robot
 Resource   %{ROBOT_DEVOPS_FOLDER}/lib/ssh_lib.robot
 
-Force Tags   basic_26   cluster_ee_config   daily   regression
+Force Tags   basic_26   cluster_ee_config   regression
 
 Suite Teardown   Run Keyword And Ignore Error   Suite Cleanup
 
@@ -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}