aboutsummaryrefslogtreecommitdiffstats
path: root/plans/dcaegen2-collectors-hv-ves/testsuites/collector/configuration
diff options
context:
space:
mode:
authorBartek Grzybowski <b.grzybowski@partner.samsung.com>2021-09-03 12:16:20 +0000
committerGerrit Code Review <gerrit@onap.org>2021-09-03 12:16:20 +0000
commit2ec1675ae61a690a4284620246c08adfe04633e9 (patch)
treec9e13982dd414ffbcde0cfe6dfd2cedf8a7fc8a0 /plans/dcaegen2-collectors-hv-ves/testsuites/collector/configuration
parentb4100cb27697b764aead482c50bd3fdef90fb5ee (diff)
parent70d73b28bf67092efc4c7983ac04ad759f5056e9 (diff)
Merge "Align HV-VES tests to use mounted config file instead of Consul"
Diffstat (limited to 'plans/dcaegen2-collectors-hv-ves/testsuites/collector/configuration')
-rw-r--r--plans/dcaegen2-collectors-hv-ves/testsuites/collector/configuration/hv-ves-configuration.yaml17
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