X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fcr%2Fbasic_test.sh;h=f346f7a3b3ecfd1552c5c51c734fe643d593e811;hb=84525a0316cc1626fe4d6328283d4578f735ae9b;hp=ea0a5761d12be264e56789852cae0f47f130c354;hpb=237a4da4b9419171f774bd6a02f61bef81f1b60f;p=nonrtric.git diff --git a/test/cr/basic_test.sh b/test/cr/basic_test.sh index ea0a5761..f346f7a3 100755 --- a/test/cr/basic_test.sh +++ b/test/cr/basic_test.sh @@ -98,7 +98,7 @@ RESULT="2" do_curl GET /counter/received_callbacks 200 echo "=== Get counter - callback batches ===" -RESULT="2" +RESULT="0" do_curl GET /counter/received_callback_batches 200 echo "=== Get counter - fetched events ===" @@ -115,7 +115,7 @@ RESULT="2" do_curl GET /counter/received_callbacks?id=test 200 echo "=== Get counter - callback batches ===" -RESULT="2" +RESULT="1" do_curl GET /counter/received_callback_batches?id=test 200 echo "=== Get counter - fetched events ===" @@ -161,7 +161,7 @@ RESULT="2" do_curl GET /counter/received_callbacks 200 echo "=== Get counter - callback batches ===" -RESULT="2" +RESULT="0" do_curl GET /counter/received_callback_batches 200 echo "=== Get counter - fetched events ===" @@ -178,7 +178,7 @@ RESULT="2" do_curl GET /counter/received_callbacks?id=test 200 echo "=== Get counter - callback batches ===" -RESULT="2" +RESULT="1" do_curl GET /counter/received_callback_batches?id=test 200 echo "=== Get counter - fetched events ===" @@ -212,7 +212,7 @@ RESULT="5" do_curl GET /counter/received_callbacks 200 echo "=== Get counter - callback batches ===" -RESULT="5" +RESULT="0" do_curl GET /counter/received_callback_batches 200 echo "=== Get counter - fetched events ===" @@ -229,7 +229,7 @@ RESULT="1" do_curl GET /counter/received_callbacks?id=test1 200 echo "=== Get counter - callback batches ===" -RESULT="1" +RESULT="0" do_curl GET /counter/received_callback_batches?id=test1 200 echo "=== Get counter - fetched events ===" @@ -249,7 +249,7 @@ RESULT="5" do_curl GET /counter/received_callbacks 200 echo "=== Get counter - callback batches ===" -RESULT="5" +RESULT="0" do_curl GET /counter/received_callback_batches 200 echo "=== Get counter - fetched events ===" @@ -271,7 +271,7 @@ RESULT="7" do_curl GET /counter/received_callbacks 200 echo "=== Get counter - callback batches ===" -RESULT="6" +RESULT="1" do_curl GET /counter/received_callback_batches 200 echo "=== Get counter - fetched events ==="