X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=near-rt-ric-simulator%2Fcommon%2Ftest_env.sh;fp=near-rt-ric-simulator%2Fcommon%2Ftest_env.sh;h=7861940d30491e0800e39a9b4313f67a521addea;hb=9a84f51f7cc05cd21b680f5970c6545c0ca90bf1;hp=0000000000000000000000000000000000000000;hpb=dfbd081159b02601a48162a647848223a9303ebf;p=nonrtric.git diff --git a/near-rt-ric-simulator/common/test_env.sh b/near-rt-ric-simulator/common/test_env.sh new file mode 100755 index 00000000..7861940d --- /dev/null +++ b/near-rt-ric-simulator/common/test_env.sh @@ -0,0 +1,15 @@ +#!/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 + + +# 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"