X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fcommon%2Ftestengine_config.sh;h=829084ff10000723a55426530483a2372d00a407;hb=b188e12cc1b4be627ae6f8f424f06c38ffb89804;hp=fd23617d425d0344e07d2266892d5f28739068e0;hpb=be9a07faf8fbc1030404bbc71f409eb5e19736ba;p=nonrtric.git diff --git a/test/common/testengine_config.sh b/test/common/testengine_config.sh index fd23617d..829084ff 100644 --- a/test/common/testengine_config.sh +++ b/test/common/testengine_config.sh @@ -1,7 +1,7 @@ #!/bin/bash # ============LICENSE_START=============================================== -# Copyright (C) 2020 Nordix Foundation. All rights reserved. +# Copyright (C) 2020-2023 Nordix Foundation. All rights reserved. # ======================================================================== # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -18,16 +18,22 @@ # # 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="A1PMS ICS SDNC CP NGW RC RICSIM RICMEDIATORSIM HTTPPROXY DMAAPMR MR CR PRODSTUB KUBEPROXY DMAAPMED DMAAPADP PVCCLEANER KAFKAPC CHARTMUS HELMMANAGER LOCALHELM KEYCLOAK ISTIO AUTHSIDECAR" # List of available apps that built and released of the project -PROJECT_IMAGES="PA ECS SDNC CP NGW RICSIM RC" +PROJECT_IMAGES="A1PMS ICS SDNC CP NGW RICSIM RC DMAAPMED DMAAPADP HELMMANAGER AUTHSIDECAR" # 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="A1PMS ICS SDNC CP NGW RICSIM RICMEDIATORSIM RC DMAAPMED DMAAPADP HELMMANAGER AUTHSIDECAR" # List of available apps where the image is built by the test environment -LOCAL_IMAGE_BUILD="MR CR PRODSTUB" +LOCAL_IMAGE_BUILD="MR CR PRODSTUB KUBEPROXY HTTPPROXY KAFKAPC" + +# 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 @@ -41,6 +47,7 @@ LOCAL_IMAGE_BUILD="MR CR PRODSTUB" # 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