diff options
author | Pawel <pawel.kasperkiewicz@nokia.com> | 2020-04-22 11:03:54 +0200 |
---|---|---|
committer | Pawel <pawel.kasperkiewicz@nokia.com> | 2020-04-22 13:22:59 +0200 |
commit | 2fa8397e0c4e6085f0a410be722c56eeba5b0dfe (patch) | |
tree | e54a79b80ba8875bce10c788d615bb77bfa568e3 /sanitycheck/events/fewEventsToVes.json | |
parent | 25764e61bcaf1b464dbed0898b34cb473db8ceda (diff) |
Create local CSITs to verify simulator flow with VES
Issue-ID: INT-1544
Signed-off-by: Pawel <pawel.kasperkiewicz@nokia.com>
Change-Id: Id54a6674fef815b91b0a6d10e73d2c8d2c431ef4
Diffstat (limited to 'sanitycheck/events/fewEventsToVes.json')
-rw-r--r-- | sanitycheck/events/fewEventsToVes.json | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/sanitycheck/events/fewEventsToVes.json b/sanitycheck/events/fewEventsToVes.json new file mode 100644 index 0000000..9733469 --- /dev/null +++ b/sanitycheck/events/fewEventsToVes.json @@ -0,0 +1,32 @@ +{ + "simulatorParams": { + "repeatCount": 4, + "repeatInterval": 1 + }, + "templateName": "notification.json", + "patch": { + "event": { + "commonEventHeader": { + "domain": "notification", + "eventName": "vFirewallBroadcastPackets", + "eventId": "#RandomString(10)", + "priority": "Normal", + "reportingEntityName": "myVNF", + "sequence": 1, + "sourceName": "ClosedLoopVNF", + "startEpochMicrosec": 1531616794, + "lastEpochMicrosec": 1531719042, + "vesEventListenerVersion": "7.0.1", + "version": "4.0.1" + } + } + }, + "variables": { + "dN": "NRNB=5, NRCEL=1234", + "dn": "Test_dn", + "attributeList": { + "threshXHighQ": "50", + "threshXHighP": "52" + } + } +} |