diff options
author | 2018-09-11 14:51:58 +0200 | |
---|---|---|
committer | 2018-09-18 07:59:12 +0000 | |
commit | 8c20272e5c4ad4acd0c3ad662e86ec27a63e7618 (patch) | |
tree | 5201fe662082edf62ed140d17ee607032a4ec661 /test/csit/tests/dcaegen2-collectors-hv-ves/testcases/resources/ves-hv-configuration.json | |
parent | 389aa905437fcbdff9d77deff1b7bdd40ffe58b9 (diff) |
Align with latest HV-VES proto definition
Change-Id: I4b0cbbd38116ff4f764bab58071060fdc6538676
Issue-ID: DCAEGEN2-775
Signed-off-by: Filip Krzywka <filip.krzywka@nokia.com>
Diffstat (limited to 'test/csit/tests/dcaegen2-collectors-hv-ves/testcases/resources/ves-hv-configuration.json')
-rw-r--r-- | test/csit/tests/dcaegen2-collectors-hv-ves/testcases/resources/ves-hv-configuration.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/csit/tests/dcaegen2-collectors-hv-ves/testcases/resources/ves-hv-configuration.json b/test/csit/tests/dcaegen2-collectors-hv-ves/testcases/resources/ves-hv-configuration.json index 88a70b0db..b9e1a4b59 100644 --- a/test/csit/tests/dcaegen2-collectors-hv-ves/testcases/resources/ves-hv-configuration.json +++ b/test/csit/tests/dcaegen2-collectors-hv-ves/testcases/resources/ves-hv-configuration.json @@ -2,7 +2,7 @@ "dmaap.kafkaBootstrapServers": "kafka:9092", "collector.routing": [ { - "fromDomain": 11, + "fromDomain": "HVMEAS", "toTopic": "test-hv-ran-meas" } ] |