X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=integration_tests%2Ftestreceiver%2Ftemplates%2Fconfig.yaml;h=dd4772bbc92aa1d5193fd8032493d63af68dbb4a;hb=refs%2Fchanges%2F54%2F2454%2F16;hp=caf4338eb67956507ea66fc0a8fb9edf7123bdd5;hpb=86a578baf19b3213f211b772ad6f3a9c4f2dee4a;p=ric-plt%2Fa1.git diff --git a/integration_tests/testreceiver/templates/config.yaml b/integration_tests/testreceiver/templates/config.yaml index caf4338..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,7 @@ metadata: data: local.rt: | newrt|start - # we actaully use rts so i dont even think this is used + # 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,5 +20,21 @@ metadata: 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