X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=near-rt-ric-simulator%2Fcommon%2Ftest_env.sh;h=b307a6907541bd571bf94a7b7342b55ba563d5ae;hb=4db817ce10240595c9d7860f93918aa6181dd295;hp=0ea885b35c6a244f4adc1fdc084bc72e39ce835f;hpb=023c1b75327ff105348f9dc8eedc0cbf45e7a419;p=nonrtric.git diff --git a/near-rt-ric-simulator/common/test_env.sh b/near-rt-ric-simulator/common/test_env.sh index 0ea885b3..b307a690 100755 --- a/near-rt-ric-simulator/common/test_env.sh +++ b/near-rt-ric-simulator/common/test_env.sh @@ -1,15 +1,18 @@ #!/usr/bin/env bash +# Set the images for the Policy agent app to use for the auto tests. Do not add the image tag. +# # Local image and tag, shall point to locally built image (non-nexus path) -export POLICY_AGENT_LOCAL_IMAGE=o-ran-sc/policy-agent - +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 # 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" +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