X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=integration_tests%2Fa1mediator%2Ftemplates%2Fconfig.yaml;h=fa426b694d0b03465362e40fdf6dc10b558a2d64;hb=fdf050451414e1a816e343bcd56f33186a742e49;hp=d32e7f10017bf6da834a242f507b3fe3a5f14639;hpb=24514469850dc9a543869f132385633039c5f5a6;p=ric-plt%2Fa1.git diff --git a/integration_tests/a1mediator/templates/config.yaml b/integration_tests/a1mediator/templates/config.yaml index d32e7f1..fa426b6 100644 --- a/integration_tests/a1mediator/templates/config.yaml +++ b/integration_tests/a1mediator/templates/config.yaml @@ -6,9 +6,11 @@ data: local.rt: | newrt|start rte|20000|testreceiverrmrservice:4560 + rte|20001|{{ .Values.rmrservice.name }}:{{ .Values.rmrservice.port }} + rte|20002|testreceiverrmrservice:4560 + rte|20003|{{ .Values.rmrservice.name }}:{{ .Values.rmrservice.port }} rte|10000|delayreceiverrmrservice:4563 rte|10001|{{ .Values.rmrservice.name }}:{{ .Values.rmrservice.port }} - rte|20001|{{ .Values.rmrservice.name }}:{{ .Values.rmrservice.port }} newrt|end rmr_string_int_mapping.txt: {{ tpl (.Files.Get "files/rmr_string_int_mapping.txt") . | quote }} ricmanifest.json: {{ tpl (.Files.Get "files/ricmanifest.json") . | quote }}