X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fauto-test%2FFTC150.sh;h=1cd2a33ab3c3441c5eb26d2b94ae338c31594d33;hb=8378977db4c1542dc140e1d99afcc8a356855d89;hp=e1388c471da2f721e1bb91a501dedd346ce69eec;hpb=70e878f1b5a558baaaa5ab5885a039ed96c9f8d5;p=nonrtric.git diff --git a/test/auto-test/FTC150.sh b/test/auto-test/FTC150.sh index e1388c47..1cd2a33a 100755 --- a/test/auto-test/FTC150.sh +++ b/test/auto-test/FTC150.sh @@ -20,12 +20,17 @@ 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" + . ../common/testcase_common.sh $@ . ../common/controller_api_functions.sh . ../common/ricsimulator_api_functions.sh #### TEST BEGIN #### +generate_uuid + #Test agent and simulator protocol versions (others are http only) TESTED_PROTOCOLS="HTTP HTTPS"