From 4791774c7fa9b2e53c8d543b2856d51c5c158c4a Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Mon, 27 Nov 2023 16:50:01 +0100 Subject: [PATCH] Update run_test.sh to remove skip-helm2 option when registering K8s cluster Since Helm v2 is deprecrated, this option makes no sense now. Change-Id: I841a9db5ce4158ca1b1e7a04c79d8a59c8cf190a Signed-off-by: garciadeblas --- robot-systest/run_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/robot-systest/run_test.sh b/robot-systest/run_test.sh index 1bf1aa7..1ebe21f 100755 --- a/robot-systest/run_test.sh +++ b/robot-systest/run_test.sh @@ -44,7 +44,7 @@ create_k8scluster(){ while [ $attempts -ge 0 ] ; do echo -e "\n$( date '+%F_%H:%M:%S' ) Creating K8s Cluster" - osm k8scluster-add --creds ${K8S_CREDENTIALS} --version "v1" --vim ${VIM_TARGET} --k8s-nets "{\"net1\": \"${VIM_MGMT_NET}\"}" ${VIM_TARGET} --description "Robot cluster" --skip-jujubundle --skip-helm2 + osm k8scluster-add --creds ${K8S_CREDENTIALS} --version "v1" --vim ${VIM_TARGET} --k8s-nets "{\"net1\": \"${VIM_MGMT_NET}\"}" ${VIM_TARGET} --description "Robot cluster" --skip-jujubundle STATUS="" i=0 -- 2.17.1