X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fauto-test%2FFTC300.sh;h=d9bca7df295764717e5909f6e498d5e1673ac758;hb=0f9d5174c5d828bd6c653f611052633d7b0fdc21;hp=2ab4385b446bd317e69dbac754aa0bd4bbfd62ba;hpb=db477d6b9a6170f8cd135ab8b0b3e50a6a43cb10;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