X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fcommon%2Ftest_env.sh;h=a8e618fea53c12ebf9b8955790680e2ba37d0946;hb=89b64ab194785ec389c8353e4b90e3e7edd08662;hp=293e993a7854ae47c9ce9c712090bc729b0ae9e8;hpb=2138b6334062db20e74c8f74b423e009df02478a;p=nonrtric.git diff --git a/test/common/test_env.sh b/test/common/test_env.sh index 293e993a..a8e618fe 100644 --- a/test/common/test_env.sh +++ b/test/common/test_env.sh @@ -25,24 +25,24 @@ # Local Policy Agent image and tag POLICY_AGENT_LOCAL_IMAGE="o-ran-sc/nonrtric-policy-agent" -POLICY_AGENT_LOCAL_IMAGE_TAG="2.1.0-SNAPSHOT" +POLICY_AGENT_LOCAL_IMAGE_TAG="2.2.0-SNAPSHOT" # Remote Policy Agent image and tag POLICY_AGENT_REMOTE_IMAGE="nexus3.o-ran-sc.org:10004/o-ran-sc/nonrtric-policy-agent" -POLICY_AGENT_REMOTE_IMAGE_TAG="2.1.0" +POLICY_AGENT_REMOTE_IMAGE_TAG="2.2.0" # Local ECS image and tag ECS_LOCAL_IMAGE="o-ran-sc/nonrtric-enrichment-coordinator-service" -ECS_LOCAL_IMAGE_TAG="1.0.0-SNAPSHOT" +ECS_LOCAL_IMAGE_TAG="1.1.0-SNAPSHOT" # Remote ECS image and tag ECS_REMOTE_IMAGE="nexus3.o-ran-sc.org:10003/o-ran-sc/nonrtric-enrichment-coordinator-service" -ECS_REMOTE_IMAGE_TAG="1.0.0-SNAPSHOT" +ECS_REMOTE_IMAGE_TAG="1.1.0-SNAPSHOT" # Control Panel local image and tag CONTROL_PANEL_LOCAL_IMAGE="o-ran-sc/nonrtric-controlpanel" -CONTROL_PANEL_LOCAL_IMAGE_TAG="2.0.0-SNAPSHOT" +CONTROL_PANEL_LOCAL_IMAGE_TAG="2.2.0-SNAPSHOT" # Control Panel remote image and tag CONTROL_PANEL_REMOTE_IMAGE="nexus3.o-ran-sc.org:10004/o-ran-sc/nonrtric-controlpanel" -CONTROL_PANEL_REMOTE_IMAGE_TAG="2.0.0" +CONTROL_PANEL_REMOTE_IMAGE_TAG="2.2.0" # SDNC A1 Controller local image and tag