Modified to run both on guilin and master branch
Issue-ID: CCSDK-2861
Signed-off-by: BjornMagnussonXA <bjorn.magnusson@est.tech>
Change-Id: I49ba43e2c4a2c4e2c5738ed9b9f70e1d124e26b7
diff --git a/plans/ccsdk-oran/polmansuite/FTC150.sh b/plans/ccsdk-oran/polmansuite/FTC150.sh
index b65b3a5..c6c690d 100755
--- a/plans/ccsdk-oran/polmansuite/FTC150.sh
+++ b/plans/ccsdk-oran/polmansuite/FTC150.sh
@@ -20,8 +20,8 @@
TC_ONELINE_DESCR="Sample tests of the SDNC A1 controller restconf API using http/https (no agent)"
-#App names to exclude checking pulling images for, space separated list
-EXCLUDED_IMAGES="PA CP SDNC_ONAP"
+#App names to include in the test, space separated list
+INCLUDED_IMAGES="RICSIM SDNC"
. ../common/testcase_common.sh $@
. ../common/controller_api_functions.sh
@@ -32,7 +32,7 @@
generate_uuid
#Test agent and simulator protocol versions (others are http only)
-NB_TESTED_PROTOCOLS="HTTP"
+NB_TESTED_PROTOCOLS="HTTP HTTPS"
SB_TESTED_PROTOCOLS="HTTP HTTPS"
for __nb_httpx in $NB_TESTED_PROTOCOLS ; do