X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=test%2Fauto-test%2FFTC300.sh;h=d9bca7df295764717e5909f6e498d5e1673ac758;hb=af126d766d5fd244d88f6db5742926bb9e45b302;hp=93206062ca0bac9bb47cd8b54a0b104ae94da41d;hpb=6116e98837066075013c5ee22b39a2df4ff604ea;p=nonrtric.git diff --git a/test/auto-test/FTC300.sh b/test/auto-test/FTC300.sh index 93206062..d9bca7df 100755 --- a/test/auto-test/FTC300.sh +++ b/test/auto-test/FTC300.sh @@ -28,6 +28,8 @@ EXCLUDED_IMAGES="SDNC_ONAP" #### TEST BEGIN #### +generate_uuid + #Local vars in test script ########################## # Path to callback receiver @@ -51,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