X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fsimulator-group%2Fpolicy_agent%2Fdocker-compose.yml;h=e89fc861fb8b23d375c989fcd1bc62c83bb729d7;hb=520b912bce8eebb3e272c9ccfa3378b01dfd200b;hp=18350a060d85b85485fd86da912a27116ec160c0;hpb=10e254d9b7bc522bb2c25d590e6d203bf25a592d;p=nonrtric.git diff --git a/test/simulator-group/policy_agent/docker-compose.yml b/test/simulator-group/policy_agent/docker-compose.yml index 18350a06..e89fc861 100644 --- a/test/simulator-group/policy_agent/docker-compose.yml +++ b/test/simulator-group/policy_agent/docker-compose.yml @@ -1,3 +1,4 @@ +# ============LICENSE_START=============================================== # Copyright (C) 2020 Nordix Foundation. All rights reserved. # ======================================================================== # Licensed under the Apache License, Version 2.0 (the "License"); @@ -36,5 +37,6 @@ services: - HOSTNAME=${POLICY_AGENT_CONFIG_KEY} volumes: - ${POLICY_AGENT_HOST_MNT_DIR}/$POLICY_AGENT_CONFIG_FILE:${POLICY_AGENT_CONFIG_MOUNT_PATH}/$POLICY_AGENT_CONFIG_FILE - - + labels: + - "nrttest_app=PA" + - "nrttest_dp=${POLICY_AGENT_DISPLAY_NAME}"