Mostly integration test work:
[ric-plt/a1.git] / integration_tests / testreceiver / templates / config.yaml
1 #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.
2 #
3 apiVersion: v1
4 kind: ConfigMap
5 metadata:
6   name: testreceiverconf
7 data:
8   local.rt: |
9     newrt|start
10     # right now the test receivers in go cannot use rts so we need this. See the comment in the receiver xapp
11     rte|20011|a1rmrservice:4562
12     newrt|end
13
14 ---
15
16 apiVersion: v1
17 kind: ConfigMap
18 metadata:
19   name: delayreceiverconf
20 data:
21   local.rt: |
22     newrt|start
23     # right now the test receivers in go cannot use rts so we need this. See the comment in the receiver xapp
24     rte|20011|a1rmrservice:4562
25     newrt|end
26
27 ---
28
29 apiVersion: v1
30 kind: ConfigMap
31 metadata:
32   name: queryreceiverconf
33 data:
34   local.rt: |
35     newrt|start
36     # this query is initiated in the query receiver
37     rte|20012|a1rmrservice:4562
38     # right now the test receivers in go cannot use rts so we need this. See the comment in the receiver xapp
39     rte|20011|a1rmrservice:4562
40     newrt|end