diff options
author | Piotr Jaszczyk <piotr.jaszczyk@nokia.com> | 2018-12-20 11:51:44 +0100 |
---|---|---|
committer | Piotr Jaszczyk <piotr.jaszczyk@nokia.com> | 2018-12-21 07:18:26 +0100 |
commit | 7f2c6664854b295eb6779e8df749ac2204f66453 (patch) | |
tree | 55b50bb9c4b302a27b3ad6a2e83312afca8a9f09 /tests/dcaegen2-collectors-hv-ves/testcases/resources/ves-hv-configuration.json | |
parent | b0be362dbc3e05fdb438185c16dfc6feaab7e215 (diff) |
Align with HV-VES startup changes
Change-Id: I0f061343b8cdb38a62fd6012888d19bad5296912
Issue-ID: DCAEGEN2-1047
Signed-off-by: Piotr Jaszczyk <piotr.jaszczyk@nokia.com>
Diffstat (limited to 'tests/dcaegen2-collectors-hv-ves/testcases/resources/ves-hv-configuration.json')
-rw-r--r-- | tests/dcaegen2-collectors-hv-ves/testcases/resources/ves-hv-configuration.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/dcaegen2-collectors-hv-ves/testcases/resources/ves-hv-configuration.json b/tests/dcaegen2-collectors-hv-ves/testcases/resources/ves-hv-configuration.json index 9ef72497..1a65cf1b 100644 --- a/tests/dcaegen2-collectors-hv-ves/testcases/resources/ves-hv-configuration.json +++ b/tests/dcaegen2-collectors-hv-ves/testcases/resources/ves-hv-configuration.json @@ -1,9 +1,9 @@ { - "dmaap.kafkaBootstrapServers": "kafka:9092", "collector.routing": [ { "fromDomain": "perf3gpp", "toTopic": "TEST_HV_VES_PERF3GPP" } ] -}
\ No newline at end of file +} + |