X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=integration_tests%2Ftestreceiver%2Ftemplates%2Fconfig.yaml;h=dd4772bbc92aa1d5193fd8032493d63af68dbb4a;hb=refs%2Fchanges%2F54%2F2454%2F16;hp=36a379b8ec31582ab57e57edc11142cc007af374;hpb=0caac0f8bacd54d8b7ae81eda2e5fb53852aaad9;p=ric-plt%2Fa1.git diff --git a/integration_tests/testreceiver/templates/config.yaml b/integration_tests/testreceiver/templates/config.yaml index 36a379b..dd4772b 100644 --- a/integration_tests/testreceiver/templates/config.yaml +++ b/integration_tests/testreceiver/templates/config.yaml @@ -1,3 +1,5 @@ +#note: the xapp frame calls rmrready, which requires a route table, even if the app only uses rts. So we can never fully delete these. +# apiVersion: v1 kind: ConfigMap metadata: @@ -5,7 +7,34 @@ metadata: data: local.rt: | newrt|start - rte|20000|{{ .Values.rmrservice.name }}:{{ .Values.rmrservice.port }} - rte|20001|a1rmrservice:4562 + # right now the test receivers in go cannot use rts so we need this. See the comment in the receiver xapp + rte|20011|a1rmrservice:4562 newrt|end +--- + +apiVersion: v1 +kind: ConfigMap +metadata: + name: delayreceiverconf +data: + local.rt: | + newrt|start + # right now the test receivers in go cannot use rts so we need this. See the comment in the receiver xapp + rte|20011|a1rmrservice:4562 + newrt|end + +--- + +apiVersion: v1 +kind: ConfigMap +metadata: + name: queryreceiverconf +data: + local.rt: | + newrt|start + # this query is initiated in the query receiver + rte|20012|a1rmrservice:4562 + # right now the test receivers in go cannot use rts so we need this. See the comment in the receiver xapp + rte|20011|a1rmrservice:4562 + newrt|end