diff options
author | Filip Krzywka <filip.krzywka@nokia.com> | 2018-10-02 07:17:19 +0200 |
---|---|---|
committer | Filip Krzywka <filip.krzywka@nokia.com> | 2018-10-02 08:22:23 +0200 |
commit | c57efad15adb45d564127087671e93c44d8d1865 (patch) | |
tree | 6465c94d8741422c6a37ce27af52e38ccb786c27 /tests/dcaegen2-collectors-hv-ves/testcases/resources/ves-hv-configuration.json | |
parent | c078eea2b2809a22aad21f1b4f8c49d018ece7b6 (diff) |
Lower case for HV-VES domain
Change-Id: I7e6192de701a5f5963a558de59505e70d5402fd9
Issue-ID: DCAEGEN2-847
Signed-off-by: Filip Krzywka <filip.krzywka@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 | 2 |
1 files changed, 1 insertions, 1 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 6404c6c1..9ef72497 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 @@ -2,7 +2,7 @@ "dmaap.kafkaBootstrapServers": "kafka:9092", "collector.routing": [ { - "fromDomain": "PERF3GPP", + "fromDomain": "perf3gpp", "toTopic": "TEST_HV_VES_PERF3GPP" } ] |