7cd830d6ab491f5252e38c7a97d364aa60630c05
[integration/csit.git] / tests / dcaegen2-collectors-hv-ves / testcases / resources / hv-ves-configuration-with-different-topic.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_BUT_WITH_EXTRA_WORDS"
12       }
13     }
14   }
15 }
16