X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fapp_test%2Frun_all.sh;h=63c347a7f466ef2dc919abbb2a1e9972ca190ac8;hb=9819507472caa5906a7047b38f50a94d1931ea26;hp=a56418ab3b4e374c904295626753c4b3fe99bff2;hpb=71df2a2b09d072090c29713d05a49b5670b11053;p=ric-plt%2Flib%2Frmr.git diff --git a/test/app_test/run_all.sh b/test/app_test/run_all.sh index a56418a..63c347a 100644 --- a/test/app_test/run_all.sh +++ b/test/app_test/run_all.sh @@ -34,7 +34,7 @@ # If the var is not set, and nether of these directories exists, # the tests will not be executed. # -# At the moment, it assumes a deb based system for tests. +# At the moment, it assumes a deb based system for tests. # # Author: E. Scott Daniels # Date: 2019 @@ -152,7 +152,7 @@ export SHELL=$shell if (( purge )) then - rm -f sender receiver + rm -f sender receiver fi echo "----- app --------------------" @@ -162,21 +162,27 @@ then build="" fi +echo "----- testing RIC-989 --------" +run_test run_neg_rmr_size_test.sh -v $installed $build + echo "----- multi ------------------" run_test run_multi_test.sh $build echo "----- round robin -----------" -run_test run_rr_test.sh +run_test run_rr_test.sh echo "----- rts -------------------" run_test run_rts_test.sh -s 5 -d 100 -echo "----- extended payload nocopy no clone------" +echo "----- extended payload nocopy no clone ------" run_test run_exrts_test.sh -d 10 -n 1000 -echo "----- extended payload copy clone------" +echo "----- extended payload copy clone ------" run_test run_exrts_test.sh -d 10 -n 1000 -c 11 +echo "----- ipv6 support ------" +run_test run_ipv6_test.sh -n 10 -d 100000 + if (( errors == 0 )) then echo "[PASS] all test pass"