commit | c57efad15adb45d564127087671e93c44d8d1865 | [log] [tgz] |
---|---|---|
author | Filip Krzywka <filip.krzywka@nokia.com> | Tue Oct 02 07:17:19 2018 +0200 |
committer | Filip Krzywka <filip.krzywka@nokia.com> | Tue Oct 02 08:22:23 2018 +0200 |
tree | 6465c94d8741422c6a37ce27af52e38ccb786c27 | |
parent | c078eea2b2809a22aad21f1b4f8c49d018ece7b6 [diff] [blame] |
Lower case for HV-VES domain Change-Id: I7e6192de701a5f5963a558de59505e70d5402fd9 Issue-ID: DCAEGEN2-847 Signed-off-by: Filip Krzywka <filip.krzywka@nokia.com>
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 6404c6c..9ef7249 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" } ]