From fd6c8fafba3be7a137787a01d6661d943c19c2c0 Mon Sep 17 00:00:00 2001 From: Aleksandra Maciaga Date: Wed, 6 Nov 2019 15:14:11 +0100 Subject: Remove certOnly and basicAuth from authentication methods CSIT VES Issue-ID: DCAEGEN2-1776 Signed-off-by: Aleksandra Maciaga Change-Id: I7e087f70d3458e8477b5cb35132b526bddbb7df2 --- .../testcases/assets/json_events/ves7_invalid.json | 34 ++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 tests/dcaegen2/testcases/assets/json_events/ves7_invalid.json (limited to 'tests/dcaegen2/testcases/assets/json_events/ves7_invalid.json') diff --git a/tests/dcaegen2/testcases/assets/json_events/ves7_invalid.json b/tests/dcaegen2/testcases/assets/json_events/ves7_invalid.json new file mode 100644 index 00000000..74c0a92f --- /dev/null +++ b/tests/dcaegen2/testcases/assets/json_events/ves7_invalid.json @@ -0,0 +1,34 @@ +{ + "event": { + "commonEventHeader": { + "version": "4.0.1", + "vesEventListenerVersion": "30.0.1", + "domain": "fault", + "eventName": "Fault_Vscf:Acs-Ericcson_PilotNumberPoolExhaustion", + "eventId": "fault0000245", + "sequence": 1, + "priority": "High", + "reportingEntityId": "cc305d54-75b4-431b-adb2-eb6b9e541234", + "reportingEntityName": "ibcx0001vm002oam001", + "sourceId": "de305d54-75b4-431b-adb2-eb6b9e546014", + "sourceName": "scfx0001vm002cap001", + "nfVendorName": "Ericsson", + "nfNamingCode": "scfx", + "nfcNamingCode": "ssc", + "startEpochMicrosec": 1413378172000000, + "lastEpochMicrosec": 1413378172000000, + "timeZoneOffset": "UTC-05:30" + }, + "faultFields": { + "faultFieldsVersion": "4.0", + "alarmCondition": "PilotNumberPoolExhaustion", + "eventSourceType": "other", + "specificProblem": "Calls cannot complete - pilot numbers are unavailable", + "eventSeverity": "CRITICAL", + "vfStatus": "Active", + "alarmAdditionalInformation": { + "PilotNumberPoolSize": "1000" + } + } + } +} -- cgit 1.2.3-korg