From 6a82c36c07d2544374276f824bc192d86a3bc826 Mon Sep 17 00:00:00 2001 From: Filip Krzywka Date: Tue, 5 Mar 2019 09:00:40 +0100 Subject: Assert exact amount and kind of messages This change follows related changes made in DCAEGEN2-1291 and previous work in HV-VES. Change-Id: I69f9934224981973e346947ae8729cb839aeb173 Issue-ID: DCAEGEN2-1291 Signed-off-by: Filip Krzywka --- .../dcae-too-big-payload-request.json | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 tests/dcaegen2-collectors-hv-ves/testcases/resources/scenarios/too-big-payload/dcae-too-big-payload-request.json (limited to 'tests/dcaegen2-collectors-hv-ves/testcases/resources') diff --git a/tests/dcaegen2-collectors-hv-ves/testcases/resources/scenarios/too-big-payload/dcae-too-big-payload-request.json b/tests/dcaegen2-collectors-hv-ves/testcases/resources/scenarios/too-big-payload/dcae-too-big-payload-request.json new file mode 100644 index 00000000..1820d08f --- /dev/null +++ b/tests/dcaegen2-collectors-hv-ves/testcases/resources/scenarios/too-big-payload/dcae-too-big-payload-request.json @@ -0,0 +1,24 @@ +[ + { + "commonEventHeader": { + "version": "sample-version", + "domain": "perf3gpp", + "sequence": 1, + "priority": 1, + "eventId": "sample-event-id", + "eventName": "sample-event-name", + "eventType": "sample-event-type", + "startEpochMicrosec": 120034455, + "lastEpochMicrosec": 120034455, + "nfNamingCode": "sample-nf-naming-code", + "nfcNamingCode": "sample-nfc-naming-code", + "reportingEntityId": "sample-reporting-entity-id", + "reportingEntityName": "sample-reporting-entity-name", + "sourceId": "sample-source-id", + "sourceName": "sample-source-name", + "vesEventListenerVersion": "7.2.0" + }, + "messageType": "VALID", + "messagesAmount": 25000 + } +] -- cgit 1.2.3-korg