X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fauto-test%2FFTC150.sh;h=ead424c327c195bb4b3db76b14b15d7f0bb32ab3;hb=5ada515a9b796bdcb0a78c7fd4eb3512bd21c031;hp=042765c8370503f2c1fd7044f4fe1b85c81d81d1;hpb=5d97a401dc1e26f64ad57daab90f924da9c12c64;p=nonrtric.git diff --git a/test/auto-test/FTC150.sh b/test/auto-test/FTC150.sh index 042765c8..ead424c3 100755 --- a/test/auto-test/FTC150.sh +++ b/test/auto-test/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 ECS" +#App names to include in the test, space separated list +INCLUDED_IMAGES="RICSIM SDNC" . ../common/testcase_common.sh $@ . ../common/controller_api_functions.sh @@ -100,6 +100,8 @@ for __nb_httpx in $NB_TESTED_PROTOCOLS ; do controller_api_delete_A1_policy 202 OSC ricsim_g1_1 1 4000 controller_api_delete_A1_policy 204 STD ricsim_g2_1 5000 + check_sdnc_logs + store_logs "NB_"$__nb_httpx"_SB_"$__sb_httpx done