X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ric_robot_suite%2Fhelm%2Fric-robot%2Fete-k8s.e2sim.sh;h=15b54ec3be13664f7a8fedb1750f99a1d11e8f05;hb=refs%2Fchanges%2F53%2F1753%2F5;hp=dab6c26084c192cab1e34974dc2009a29283d50d;hpb=5162e70ecb4140f217cc6838014967c2fbb19aba;p=it%2Ftest.git diff --git a/ric_robot_suite/helm/ric-robot/ete-k8s.e2sim.sh b/ric_robot_suite/helm/ric-robot/ete-k8s.e2sim.sh index dab6c26..15b54ec 100755 --- a/ric_robot_suite/helm/ric-robot/ete-k8s.e2sim.sh +++ b/ric_robot_suite/helm/ric-robot/ete-k8s.e2sim.sh @@ -26,8 +26,9 @@ if [ "$1" == "" ] || [ "$2" == "" ] || [ "$3" == "" ]; then echo "Usage: ete-k8s.sh [input variable]" 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:BBBB654321\"" - 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:BBBB654321\"" + 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 " @@ -145,7 +146,7 @@ fi export NAMESPACE="$1" -POD=$(kubectl --namespace $NAMESPACE get pods | sed 's/ .*//'| grep robot) +POD=$(kubectl --namespace $NAMESPACE get pods | sed 's/ .*//'| grep robot | grep -v nano) TAG="$2" TAGS="-i $2"