X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=integration_tests%2Ftestreceiver%2Ftemplates%2Fconfig.yaml;h=dd4772bbc92aa1d5193fd8032493d63af68dbb4a;hb=fe63d3b2b21805f26cf2769a944ae6c8b57a1ff4;hp=4ed857d687add9b81365349d92517b2ede8b3a9c;hpb=40caa314d23122f0bd25c0e66b65d10303538164;p=ric-plt%2Fa1.git diff --git a/integration_tests/testreceiver/templates/config.yaml b/integration_tests/testreceiver/templates/config.yaml index 4ed857d..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,8 +7,8 @@ metadata: data: local.rt: | newrt|start - rte|20000|{{ .Values.testrmrservice.name }}:{{ .Values.testrmrservice.port }} - rte|21024|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 --- @@ -18,6 +20,21 @@ metadata: data: local.rt: | newrt|start - rte|20001|{{ .Values.delayrmrservice.name }}:{{ .Values.delayrmrservice.port }} - rte|21024|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: 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