X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=test%2Fcommon%2Fa1pms_api_functions.sh;h=bdf363e7c7f707c23d9e2a1b17335d8241074726;hb=refs%2Fchanges%2F81%2F11781%2F1;hp=a114134394ed481bcb759278a3859b04cca8bd38;hpb=d54225bda3988891296f86807168fc204f88676e;p=nonrtric.git diff --git a/test/common/a1pms_api_functions.sh b/test/common/a1pms_api_functions.sh index a1141343..bdf363e7 100644 --- a/test/common/a1pms_api_functions.sh +++ b/test/common/a1pms_api_functions.sh @@ -567,13 +567,9 @@ prepare_a1pms_config() { ric_id=${ric%.*.*} #extract pod id from full hosthame ric_id=$(echo "$ric_id" | tr '-' '_') else - if [ $DOCKER_COMPOSE_VERSION == "V1" ]; then - ric_id=$ric - else - ric_id=$(echo "$ric" | tr '-' '_') #ric id still needs underscore as it is different from the container name - fi + ric_id=$(echo "$ric" | tr '-' '_') #ric var still needs underscore as it is different from the container name fi - echo " Found a1 sim: "$ric_id + echo " Found a1 sim: "$ric config_json=$config_json"\n \"name\": \"$ric_id\"," xricfound=0