diff options
author | Tomasz Wrobel <tomasz.wrobel@nokia.com> | 2021-09-01 14:24:33 +0200 |
---|---|---|
committer | Tomasz Wrobel <tomasz.wrobel@nokia.com> | 2021-09-01 15:32:02 +0200 |
commit | 70d73b28bf67092efc4c7983ac04ad759f5056e9 (patch) | |
tree | e1b3caeeecaf17602a1dc5d3ea5ef245bba65464 /plans/dcaegen2-collectors-hv-ves/testsuites/collector | |
parent | ee72614cc6fe35737d24db1c99ceb13b7e5e54fd (diff) |
Align HV-VES tests to use mounted config file instead of Consul
Issue-ID: DCAEGEN2-2718
Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com>
Change-Id: Ia16192b432eadab6e2d10ed1435e888f3e700da1
Diffstat (limited to 'plans/dcaegen2-collectors-hv-ves/testsuites/collector')
-rw-r--r-- | plans/dcaegen2-collectors-hv-ves/testsuites/collector/configuration/hv-ves-configuration.yaml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/plans/dcaegen2-collectors-hv-ves/testsuites/collector/configuration/hv-ves-configuration.yaml b/plans/dcaegen2-collectors-hv-ves/testsuites/collector/configuration/hv-ves-configuration.yaml new file mode 100644 index 00000000..0eb41f15 --- /dev/null +++ b/plans/dcaegen2-collectors-hv-ves/testsuites/collector/configuration/hv-ves-configuration.yaml @@ -0,0 +1,17 @@ +streams_publishes: + perf3gpp: + aaf_credentials: + password: admin_secret + username: admin + kafka_info: + bootstrap_servers: kafka:9092 + topic_name: TEST_HV_VES_PERF3GPP + type: kafka + ves-3gpp-heartbeat: + aaf_credentials: + password: admin_secret + username: admin + kafka_info: + bootstrap_servers: kafka:9092 + topic_name: TEST_SEC_3GPP_HEARTBEAT_OUTPUT + type: kafka |