diff options
author | Mariusz Wagner <mariusz.wagner@nokia.com> | 2019-04-11 11:32:48 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-04-11 11:32:48 +0000 |
commit | fd233ed2f898323e769c5bb1d976d4e2c91156e0 (patch) | |
tree | 3c8f5629c3f62dbe5e9d66e57e69f18f7d40c79c /tests/dcaegen2-collectors-hv-ves/testcases/resources/hv-ves-configuration-with-different-topic.json | |
parent | 57ecc31fad6a711188312e82f8a4e8b4b95da124 (diff) | |
parent | ca7b782eada4ecdcffab9168115c678060b28695 (diff) |
Merge "Test configuration updates in CSITs"
Diffstat (limited to 'tests/dcaegen2-collectors-hv-ves/testcases/resources/hv-ves-configuration-with-different-topic.json')
-rw-r--r-- | tests/dcaegen2-collectors-hv-ves/testcases/resources/hv-ves-configuration-with-different-topic.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/dcaegen2-collectors-hv-ves/testcases/resources/hv-ves-configuration-with-different-topic.json b/tests/dcaegen2-collectors-hv-ves/testcases/resources/hv-ves-configuration-with-different-topic.json new file mode 100644 index 00000000..d3d1f4c3 --- /dev/null +++ b/tests/dcaegen2-collectors-hv-ves/testcases/resources/hv-ves-configuration-with-different-topic.json @@ -0,0 +1,12 @@ +{ + "streams_publishes": { + "perf3gpp": { + "type": "kafka", + "kafka_info": { + "bootstrap_servers": "kafka:9092", + "topic_name": "TEST_HV_VES_PERF3GPP_BUT_WITH_EXTRA_WORDS" + } + } + } +} + |