X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fauto-test%2FstartMR.sh;h=3b4f3dbbacf473c4981874dffce7639963c95c4b;hb=refs%2Fchanges%2F44%2F11344%2F1;hp=2ae67819e12b144957fb72a02cdee434dcd1867e;hpb=36ff34cc560eab1814621d24f90e637dbd07373f;p=nonrtric.git diff --git a/test/auto-test/startMR.sh b/test/auto-test/startMR.sh index 2ae67819..3b4f3dbb 100755 --- a/test/auto-test/startMR.sh +++ b/test/auto-test/startMR.sh @@ -24,7 +24,7 @@ DOCKER_INCLUDED_IMAGES="MR DMAAPMR KUBEPROXY KAFKAPC" #App names to include in the test when running kubernetes, space separated list KUBE_INCLUDED_IMAGES="MR DMAAPMR KUBEPROXY KAFKAPC" -#Prestarted app (not started by script) to include in the test when running kubernetes, space separated list +#Pre-started app (not started by script) to include in the test when running kubernetes, space separated list KUBE_PRESTARTED_IMAGES="" #Ignore image in DOCKER_INCLUDED_IMAGES, KUBE_INCLUDED_IMAGES if @@ -33,7 +33,7 @@ KUBE_PRESTARTED_IMAGES="" CONDITIONALLY_IGNORED_IMAGES="" #Supported test environment profiles -SUPPORTED_PROFILES="ORAN-E-RELEASE" +SUPPORTED_PROFILES="ORAN-F-RELEASE ORAN-G-RELEASE ORAN-H-RELEASE" #Supported run modes SUPPORTED_RUNMODES="DOCKER KUBE"