X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=integration_tests%2Fa1mediator%2Ftemplates%2Fconfig.yaml;h=811c118752af5b058db014f3bab61c28f81dc84f;hb=9d5ad7161f64346c17e9c466bf1992e4257e9bde;hp=d32e7f10017bf6da834a242f507b3fe3a5f14639;hpb=0caac0f8bacd54d8b7ae81eda2e5fb53852aaad9;p=ric-plt%2Fa1.git diff --git a/integration_tests/a1mediator/templates/config.yaml b/integration_tests/a1mediator/templates/config.yaml index d32e7f1..811c118 100644 --- a/integration_tests/a1mediator/templates/config.yaml +++ b/integration_tests/a1mediator/templates/config.yaml @@ -5,10 +5,8 @@ metadata: data: local.rt: | newrt|start - rte|20000|testreceiverrmrservice:4560 - rte|10000|delayreceiverrmrservice:4563 - rte|10001|{{ .Values.rmrservice.name }}:{{ .Values.rmrservice.port }} - rte|20001|{{ .Values.rmrservice.name }}:{{ .Values.rmrservice.port }} + mse|20010|6660666|testreceiverrmrservice:4560 + mse|20010|20001|delayreceiverrmrservice:4563 + # purposefully bad route to make sure rmr doesn't block on non listening receivers: + rte|20010|testreceiverrmrservice:4563 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 }}