diff options
author | Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com> | 2021-04-22 07:06:31 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-04-22 07:06:31 +0000 |
commit | df09be8a4193be442fcad964ec5641b8ef208772 (patch) | |
tree | aecac78f9dccfbc321bb2ea6593a360ebe79b0c9 /tests/dcaegen2-collectors-hv-ves/testcases/resources/hv-ves-configuration.json | |
parent | ca1b585347b8fbfd5c90ec05a7d239aafe4e23a1 (diff) | |
parent | 2a825ed74e6262d775a2a293ac9af66c986d30e7 (diff) |
Merge "Add stndDefined routing tests"
Diffstat (limited to 'tests/dcaegen2-collectors-hv-ves/testcases/resources/hv-ves-configuration.json')
-rw-r--r-- | tests/dcaegen2-collectors-hv-ves/testcases/resources/hv-ves-configuration.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/dcaegen2-collectors-hv-ves/testcases/resources/hv-ves-configuration.json b/tests/dcaegen2-collectors-hv-ves/testcases/resources/hv-ves-configuration.json index d932b7d9..019e4680 100644 --- a/tests/dcaegen2-collectors-hv-ves/testcases/resources/hv-ves-configuration.json +++ b/tests/dcaegen2-collectors-hv-ves/testcases/resources/hv-ves-configuration.json @@ -10,6 +10,17 @@ "bootstrap_servers": "kafka:9092", "topic_name": "TEST_HV_VES_PERF3GPP" } + }, + "ves-3gpp-heartbeat": { + "type": "kafka", + "aaf_credentials": { + "username": "admin", + "password": "admin_secret" + }, + "kafka_info": { + "bootstrap_servers": "kafka:9092", + "topic_name": "TEST_SEC_3GPP_HEARTBEAT_OUTPUT" + } } } } |