X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fcommon%2Fcontroller_api_functions.sh;h=25de2a9539396485f90c94453eab3cc7e29ef086;hb=9c5cb8dff7e04d10141ce2b2d1c7fab2cf8ef508;hp=ed298f1653902a675b7a7f9699d465cc6643fa78;hpb=acdd3f361ff7af58b0276789cc5148180a06e552;p=nonrtric.git diff --git a/test/common/controller_api_functions.sh b/test/common/controller_api_functions.sh index ed298f16..25de2a95 100644 --- a/test/common/controller_api_functions.sh +++ b/test/common/controller_api_functions.sh @@ -62,7 +62,7 @@ __do_curl_to_controller() { fi body=${res:0:${#res}-3} echo "$body" > .sdnc-reply.json - res=$(python ../common/extract_sdnc_reply.py .sdnc-reply.json) + res=$(python3 ../common/extract_sdnc_reply.py .sdnc-reply.json) echo " EXTRACED BODY+CODE: "$res >> $HTTPLOG echo "$res" return 0 @@ -122,7 +122,7 @@ controller_api_get_A1_policy_ids() { echo " TARGET JSON: $targetJson" >> $HTTPLOG - res=$(python ../common/compare_json.py "$targetJson" "$body") + res=$(python3 ../common/compare_json.py "$targetJson" "$body") if [ $res -ne 0 ]; then echo -e $RED" FAIL, returned body not correct"$ERED @@ -178,7 +178,7 @@ controller_api_get_A1_policy_type() { targetJson=$(< $5) echo " TARGET JSON: $targetJson" >> $HTTPLOG - res=$(python ../common/compare_json.py "$targetJson" "$body") + res=$(python3 ../common/compare_json.py "$targetJson" "$body") if [ $res -ne 0 ]; then echo -e $RED" FAIL, returned body not correct"$ERED @@ -337,7 +337,7 @@ controller_api_get_A1_policy_status() { body=${res:0:${#res}-3} echo " TARGET JSON: $targetJson" >> $HTTPLOG - res=$(python ../common/compare_json.py "$targetJson" "$body") + res=$(python3 ../common/compare_json.py "$targetJson" "$body") if [ $res -ne 0 ]; then echo -e $RED" FAIL, returned body not correct"$ERED