aboutsummaryrefslogtreecommitdiffstats
path: root/tests/dcaegen2-services-bbs-event-processor/bbs-testcases/assets/json_events/auth_event_without_swversion.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/dcaegen2-services-bbs-event-processor/bbs-testcases/assets/json_events/auth_event_without_swversion.json')
-rw-r--r--tests/dcaegen2-services-bbs-event-processor/bbs-testcases/assets/json_events/auth_event_without_swversion.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/dcaegen2-services-bbs-event-processor/bbs-testcases/assets/json_events/auth_event_without_swversion.json b/tests/dcaegen2-services-bbs-event-processor/bbs-testcases/assets/json_events/auth_event_without_swversion.json
new file mode 100644
index 00000000..fcacf1ce
--- /dev/null
+++ b/tests/dcaegen2-services-bbs-event-processor/bbs-testcases/assets/json_events/auth_event_without_swversion.json
@@ -0,0 +1,16 @@
+{
+ "event": {
+ "commonEventHeader": {
+ "sourceName":"NVendor-Equip_Model-SN1234"
+ },
+ "stateChangeFields": {
+ "stateChangeFieldsVersion": 1,
+ "newState": "inService",
+ "oldState": "outOfService",
+ "stateInterface": "",
+ "additionalFields": {
+ "macAddress": "00:11:22:33:44:55"
+ }
+ }
+ }
+}