X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=near-rt-ric-simulator%2Fcommon%2Ftest_env.sh;h=82afa1691c375e5e8c42fec3ba8059bdbd8878a4;hb=86edae3a023951528c89b0ae88dcfb95a5dcf9ad;hp=7861940d30491e0800e39a9b4313f67a521addea;hpb=9a84f51f7cc05cd21b680f5970c6545c0ca90bf1;p=nonrtric.git diff --git a/near-rt-ric-simulator/common/test_env.sh b/near-rt-ric-simulator/common/test_env.sh index 7861940d..82afa169 100755 --- a/near-rt-ric-simulator/common/test_env.sh +++ b/near-rt-ric-simulator/common/test_env.sh @@ -1,15 +1,22 @@ #!/usr/bin/env bash -# Local image and tag, shall point to locally built image (non-nexus path) -export POLICY_AGENT_LOCAL_IMAGE=oransc/policy-agent - +# Set the images for the Policy Agent app to use for the auto tests. Do not add the image tag. +# +# Local Policy Agent image and tag, shall point to locally built image (non-nexus path) +export POLICY_AGENT_LOCAL_IMAGE=o-ran-sc/nonrtric-policy-agent +# Remote image +export POLICY_AGENT_REMOTE_IMAGE=nexus3.o-ran-sc.org:10004/o-ran-sc/nonrtric-policy-agent +# SDNC A1 Adapter remote image +export SDNC_A1_ADAPTER_IMAGE=nexus3.o-ran-sc.org:10004/o-ran-sc/nonrtric-a1-controller:1.7.4 +# Dashboard remote image +export DASHBOARD_IMAGE=nexus3.o-ran-sc.org:10004/o-ran-sc/nonrtric-dashboard:1.0.1 # Common env var for auto-test. POLICY_AGENT_PORT=8081 -POLICY_AGENT_LOGPATH="/var/log/policy-agent/application.log" #Path the application log in the policy agent container -DOCKER_SIM_NWNAME="nonrtric-docker-net" #Name of docker private network -CONSUL_HOST="consul-server" #Host name of consul -CONSUL_PORT=8500 #Port number of consul -CONFIG_BINDING_SERVICE="config-binding-service" #Host name of CBS -PA_APP_BASE="policy-agent" +POLICY_AGENT_LOGPATH="/var/log/policy-agent/application.log" #Path the application log in the Policy Agent container +DOCKER_SIM_NWNAME="nonrtric-docker-net" #Name of docker private network +CONSUL_HOST="consul-server" #Host name of consul +CONSUL_PORT=8500 #Port number of consul +CONFIG_BINDING_SERVICE="config-binding-service" #Host name of CBS +PA_APP_BASE="policy-agent" #Base name for Policy Agent container