aboutsummaryrefslogtreecommitdiffstats
path: root/tests/dcaegen2-collectors-hv-ves/testcases/resources/hv-ves-configuration.json
diff options
context:
space:
mode:
authorMichal Banka <michal.banka@nokia.com>2021-04-19 13:29:47 +0200
committerMichal Banka <michal.banka@nokia.com>2021-04-21 09:25:14 +0200
commit2a825ed74e6262d775a2a293ac9af66c986d30e7 (patch)
treeb6c1c621ed8f426cc204745d41c05e0940b5c472 /tests/dcaegen2-collectors-hv-ves/testcases/resources/hv-ves-configuration.json
parent9f3406b93ef569d33958a006528bed52f0b4bb69 (diff)
Add stndDefined routing tests
Change-Id: Iecadf72382dd01135570dde62ae313f8f31808ed Signed-off-by: Michal Banka <michal.banka@nokia.com> Issue-ID: DCAEGEN2-2702
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.json11
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"
+ }
}
}
}