X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fcommon%2Ftestengine_config.sh;h=3513464879cf6268935339eee4167b17c120504b;hb=663566c28930429775ea9921f0e32ddf5253da28;hp=e914f72a844dd3fb0b49a0129324b04b071d8ce3;hpb=d289079b1b15286e994bc29b98cd732fc32fb06f;p=nonrtric.git diff --git a/test/common/testengine_config.sh b/test/common/testengine_config.sh index e914f72a..35134648 100644 --- a/test/common/testengine_config.sh +++ b/test/common/testengine_config.sh @@ -18,17 +18,23 @@ # # List of short names for all supported apps, including simulators etc -APP_SHORT_NAMES="PA ECS SDNC CP NGW RC RICSIM HTTPPROXY CBS CONSUL DMAAPMR MR CR PRODSTUB KUBEPROXY" +APP_SHORT_NAMES="PA ECS SDNC CP NGW RC RICSIM HTTPPROXY CBS CONSUL DMAAPMR MR CR PRODSTUB KUBEPROXY DMAAPMED DMAAPADP PVCCLEANER" # List of available apps that built and released of the project -PROJECT_IMAGES="PA ECS SDNC CP NGW RICSIM RC" +PROJECT_IMAGES="PA ECS SDNC CP NGW RICSIM RC DMAAPMED DMAAPADP" # List of available apps to override with local or remote staging/snapshot/release image -AVAILABLE_IMAGES_OVERRIDE="PA ECS SDNC CP NGW RICSIM RC" +AVAILABLE_IMAGES_OVERRIDE="PA ECS SDNC CP NGW RICSIM RC DMAAPMED DMAAPADP" # List of available apps where the image is built by the test environment LOCAL_IMAGE_BUILD="MR CR PRODSTUB KUBEPROXY HTTPPROXY" +# List of system app used only by the test env - kubernetes +TESTENV_KUBE_SYSTEM_APPS="PVCCLEANER" + +# List of system app used only by the test env - docker +TESTENV_DOCKER_SYSTEM_APPS="" + #Integrate a new app into the test environment # 1 Choose a short name for the app @@ -41,6 +47,7 @@ LOCAL_IMAGE_BUILD="MR CR PRODSTUB KUBEPROXY HTTPPROXY" # This is default...so normally images shall be possible to override # 5 If the image is built by the test script, # add the short name to LOCAL_IMAGE_BUILD +# 6 Special app used only by the test env is added to TESTENV_KUBE_SYSTEM_APPS and/or TESTENV_DOCKER_SYSTEM_APPS # Summary: # All app short name shall exist in APP_SHORT_NAMES # Then the app short name be added to both PROJECT_IMAGES and AVAILABLE_IMAGES_OVERRIDE