diff options
author | Filip Krzywka <filip.krzywka@nokia.com> | 2018-11-20 13:52:27 +0100 |
---|---|---|
committer | Filip Krzywka <filip.krzywka@nokia.com> | 2018-11-20 13:52:27 +0100 |
commit | c933ab61debf85f97b3a344230d4ab1d298be676 (patch) | |
tree | 121b37f26bf3b515898f2f5786e62eef99adcc7d /tests/dcaegen2-collectors-hv-ves/testcases/resources/scenarios/fixed-payload | |
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/fixed-payload')
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/dcaegen2-collectors-hv-ves/testcases/resources/scenarios/fixed-payload/dcae-fixed-payload-request.json b/tests/dcaegen2-collectors-hv-ves/testcases/resources/scenarios/fixed-payload/dcae-fixed-payload-request.json index 92b0deca..3c2c0b48 100644 --- a/tests/dcaegen2-collectors-hv-ves/testcases/resources/scenarios/fixed-payload/dcae-fixed-payload-request.json +++ b/tests/dcaegen2-collectors-hv-ves/testcases/resources/scenarios/fixed-payload/dcae-fixed-payload-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": "FIXED_PAYLOAD", "messagesAmount": 25000 diff --git a/tests/dcaegen2-collectors-hv-ves/testcases/resources/scenarios/fixed-payload/xnf-fixed-payload-request.json b/tests/dcaegen2-collectors-hv-ves/testcases/resources/scenarios/fixed-payload/xnf-fixed-payload-request.json index 92b0deca..3c2c0b48 100644 --- a/tests/dcaegen2-collectors-hv-ves/testcases/resources/scenarios/fixed-payload/xnf-fixed-payload-request.json +++ b/tests/dcaegen2-collectors-hv-ves/testcases/resources/scenarios/fixed-payload/xnf-fixed-payload-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": "FIXED_PAYLOAD", "messagesAmount": 25000 |