X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ric_robot_suite%2Fhelm%2Fric-robot%2Fete-k8s.sh;h=9ff031ff5182a1716d2dcf45082785d6f1ba596c;hb=abf59d601e8f49d9f3fee915ee167854e5f90098;hp=c80d38b43dcb2e7646ccdbd219000e698b4c455c;hpb=c5fa07bcd8cbd614bcd813cac698385b789bcfcb;p=it%2Ftest.git diff --git a/ric_robot_suite/helm/ric-robot/ete-k8s.sh b/ric_robot_suite/helm/ric-robot/ete-k8s.sh index c80d38b..9ff031f 100755 --- a/ric_robot_suite/helm/ric-robot/ete-k8s.sh +++ b/ric_robot_suite/helm/ric-robot/ete-k8s.sh @@ -27,8 +27,9 @@ if [ "$1" == "" ] || [ "$2" == "" ]; then echo " : health etetests e2mgrtests" echo " [input variable] is added to runTags with "-v" prepended" echo " example : TEST_NODE_B_IP:10.240.0.217 " - echo " example : \"TEST_NODE_B_IP:10.240.0.217 -v TEST_NODE_B_PORT:34622 -v TEST_NODE_B_NAME:AAAA123456\"" - echo " note: TEST_NODE_B_NAME is 4 upper case letters and then 6 numbers in Dashboard validation " + echo " example : \"TEST_NODE_B_IP:10.240.0.217 -v TEST_NODE_B_PORT:36421 -v TEST_NODE_B_NAME:AAAA123456\"" + echo " NOTE1: TEST_NODE_B_NAME is 4 upper case letters and then 6 numbers in Dashboard validation " + echo " NOTE2: TEST_NODE_B_PORT real nodeB's use 36422 but e2sim must be on a port other than 36422" echo " " echo " " echo " health " @@ -45,11 +46,11 @@ if [ "$3" != "" ] ; then VARIABLES="-v $3" fi -set -x +#set -x export NAMESPACE="$1" -POD=$(kubectl --namespace $NAMESPACE get pods | sed 's/ .*//'| grep robot) +POD=$(kubectl --namespace $NAMESPACE get pod -l robotImplementation=ric-robot --no-headers=true | sed 's/ .*//') TAGS="-i $2"