X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fapp_test%2Frun_all.sh;fp=test%2Fapp_test%2Frun_all.sh;h=c905140386b9c51dc1dcbb3227df867674327eee;hb=a68562a02028434a87149d5996b291e83d33be51;hp=a56418ab3b4e374c904295626753c4b3fe99bff2;hpb=39a4b3f6c7b15bde074d68023cf5fe1901d40996;p=ric-plt%2Flib%2Frmr.git diff --git a/test/app_test/run_all.sh b/test/app_test/run_all.sh index a56418a..c905140 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 --------------------" @@ -166,17 +166,20 @@ 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"