X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fauto-test%2FFTC300.sh;h=d9bca7df295764717e5909f6e498d5e1673ac758;hb=af126d766d5fd244d88f6db5742926bb9e45b302;hp=2ab4385b446bd317e69dbac754aa0bd4bbfd62ba;hpb=8d10bf1fee8093ec4c2a3d3530fded002daf83b6;p=nonrtric.git diff --git a/test/auto-test/FTC300.sh b/test/auto-test/FTC300.sh index 2ab4385b..d9bca7df 100755 --- a/test/auto-test/FTC300.sh +++ b/test/auto-test/FTC300.sh @@ -53,9 +53,13 @@ for __httpx in $TESTED_PROTOCOLS ; do clean_containers if [ $__httpx == "HTTPS" ]; then + #echo "Using secure ports between agent and MR" + use_mr_https echo "Using secure ports towards simulators" use_simulator_https else + #"Using non-secure ports between agent and MR" + use_mr_http echo "Using non-secure ports towards simulators" use_simulator_http fi