diff options
author | 2018-11-20 13:52:27 +0100 | |
---|---|---|
committer | 2018-11-20 13:52:27 +0100 | |
commit | c933ab61debf85f97b3a344230d4ab1d298be676 (patch) | |
tree | 121b37f26bf3b515898f2f5786e62eef99adcc7d /tests/dcaegen2-collectors-hv-ves/testcases/resources/scenarios/invalid-gpb-data | |
parent | dae804068897f1b1a6af5dcfec682a004a736a4e (diff) |
Use real example of vesEventListenerVersion
This change follows related changes in DCAEGEN2-976.
As vesEventListenerVersion is now being validated against regex, we
need to have correct version send from xNF simulators.
Change-Id: I4aad10054dfc3da461aed531ae4e3d7c7af54acc
Issue-ID: DCAEGEN2-976
Signed-off-by: Filip Krzywka <filip.krzywka@nokia.com>
Diffstat (limited to 'tests/dcaegen2-collectors-hv-ves/testcases/resources/scenarios/invalid-gpb-data')
2 files changed, 4 insertions, 4 deletions
diff --git a/tests/dcaegen2-collectors-hv-ves/testcases/resources/scenarios/invalid-gpb-data/dcae-invalid-gpb-data-request.json b/tests/dcaegen2-collectors-hv-ves/testcases/resources/scenarios/invalid-gpb-data/dcae-invalid-gpb-data-request.json index 3b57160f..66d3655a 100644 --- a/tests/dcaegen2-collectors-hv-ves/testcases/resources/scenarios/invalid-gpb-data/dcae-invalid-gpb-data-request.json +++ b/tests/dcaegen2-collectors-hv-ves/testcases/resources/scenarios/invalid-gpb-data/dcae-invalid-gpb-data-request.json @@ -16,7 +16,7 @@ "reportingEntityName": "sample-reporting-entity-name", "sourceId": "sample-source-id", "sourceName": "sample-source-name", - "vesEventListenerVersion": "another-version" + "vesEventListenerVersion": "7.2.0" }, "messageType": "VALID", "messagesAmount": 50000 diff --git a/tests/dcaegen2-collectors-hv-ves/testcases/resources/scenarios/invalid-gpb-data/xnf-invalid-gpb-data-request.json b/tests/dcaegen2-collectors-hv-ves/testcases/resources/scenarios/invalid-gpb-data/xnf-invalid-gpb-data-request.json index 612bfedf..0b8556cf 100644 --- a/tests/dcaegen2-collectors-hv-ves/testcases/resources/scenarios/invalid-gpb-data/xnf-invalid-gpb-data-request.json +++ b/tests/dcaegen2-collectors-hv-ves/testcases/resources/scenarios/invalid-gpb-data/xnf-invalid-gpb-data-request.json @@ -16,7 +16,7 @@ "reportingEntityName": "sample-reporting-entity-name", "sourceId": "sample-source-id", "sourceName": "sample-source-name", - "vesEventListenerVersion": "another-version" + "vesEventListenerVersion": "7.2.0" }, "messageType": "VALID", "messagesAmount": 25000 @@ -38,7 +38,7 @@ "reportingEntityName": "sample-reporting-entity-name", "sourceId": "sample-source-id", "sourceName": "sample-source-name", - "vesEventListenerVersion": "another-version" + "vesEventListenerVersion": "7.2.0" }, "messageType": "INVALID_GPB_DATA", "messagesAmount": 100 @@ -60,7 +60,7 @@ "reportingEntityName": "sample-reporting-entity-name", "sourceId": "sample-source-id", "sourceName": "sample-source-name", - "vesEventListenerVersion": "another-version" + "vesEventListenerVersion": "7.2.0" }, "messageType": "VALID", "messagesAmount": 25000 |