X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=smo-install%2Ftest%2Fa1-validation%2Fsubscripts%2FpreparePmsData.sh;h=fc874e0a9c002fcbbe7b06def6a3d4bac0107d2a;hb=refs%2Fchanges%2F41%2F12941%2F3;hp=49194817cc1fcaa32b22b6a95df35bd95f07748c;hpb=edc7d501e675517ea6fc14cfdf7f22b1ac7b1705;p=it%2Fdep.git diff --git a/smo-install/test/a1-validation/subscripts/preparePmsData.sh b/smo-install/test/a1-validation/subscripts/preparePmsData.sh index 49194817..fc874e0a 100755 --- a/smo-install/test/a1-validation/subscripts/preparePmsData.sh +++ b/smo-install/test/a1-validation/subscripts/preparePmsData.sh @@ -29,7 +29,7 @@ a1_sim_OSC_url=${1:-localhost:8085} a1_sim_STD_v2_url=${2:-localhost:8085} -policy_agent_url=${3:-localhost:9081} +policy_agent_url=${3:-localhost:8081} httpx=${4:-"http"} SHELL_FOLDER=$(cd "$(dirname "$0")";pwd) @@ -52,7 +52,7 @@ echo "policy agent status:" curlString="curl -skw %{http_code} $httpx://$policy_agent_url/status" res=$($curlString) echo "$res" -expect="hunky dory200" +expect="success200" checkRes echo -e "\n"