Remove unnecessary stuff from oam directory of A1 controller
[nonrtric.git] / near-rt-ric-simulator / common / test_env.sh
index b50a02d..82afa16 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/env bash
 
-# Set the images for the Policy agent app to use for the auto tests. Do not add the image tag.
+# 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
@@ -14,9 +14,9 @@ export DASHBOARD_IMAGE=nexus3.o-ran-sc.org:10004/o-ran-sc/nonrtric-dashboard:1.0
 # 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
+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
+PA_APP_BASE="policy-agent"                                    #Base name for Policy Agent container