diff options
Diffstat (limited to 'plans/ccsdk-oran/polmansuite/FTC150.sh')
-rwxr-xr-x | plans/ccsdk-oran/polmansuite/FTC150.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plans/ccsdk-oran/polmansuite/FTC150.sh b/plans/ccsdk-oran/polmansuite/FTC150.sh index c6c690d1..fd30dcbb 100755 --- a/plans/ccsdk-oran/polmansuite/FTC150.sh +++ b/plans/ccsdk-oran/polmansuite/FTC150.sh @@ -23,6 +23,9 @@ TC_ONELINE_DESCR="Sample tests of the SDNC A1 controller restconf API using http #App names to include in the test, space separated list INCLUDED_IMAGES="RICSIM SDNC" +#SUPPORTED TEST ENV FILE +SUPPORTED_PROFILES="ONAP-MASTER ONAP-GUILIN" + . ../common/testcase_common.sh $@ . ../common/controller_api_functions.sh . ../common/ricsimulator_api_functions.sh |