Update PRH tests to use file based conifg
[integration/csit.git] / tests / dcaegen2-collectors-hv-ves / testcases / resources / hv-ves-configuration.json
1 {
2   "streams_publishes": {
3     "perf3gpp": {
4       "type": "kafka",
5       "aaf_credentials": {
6         "username": "admin",
7         "password": "admin_secret"
8       },
9       "kafka_info": {
10         "bootstrap_servers": "kafka:9092",
11         "topic_name": "TEST_HV_VES_PERF3GPP"
12       }
13     },
14     "ves-3gpp-heartbeat": {
15       "type": "kafka",
16       "aaf_credentials": {
17         "username": "admin",
18         "password": "admin_secret"
19       },
20       "kafka_info": {
21         "bootstrap_servers": "kafka:9092",
22         "topic_name": "TEST_SEC_3GPP_HEARTBEAT_OUTPUT"
23       }
24     }
25   }
26 }
27