aboutsummaryrefslogtreecommitdiffstats
path: root/tests/dcaegen2/bbs-testcases/assets/json_events/auth_event_without_swversion.json
diff options
context:
space:
mode:
authorStavros Kanarakis <stavros.kanarakis@nokia.com>2019-03-27 19:11:43 +0200
committerStavros Kanarakis <stavros.kanarakis@nokia.com>2019-04-05 09:25:54 +0300
commit40c1ddcef93d169922cdb2b95a817e2ff50a25ce (patch)
treeec9851ef03e7f9f25279fc081f2b317e10389630 /tests/dcaegen2/bbs-testcases/assets/json_events/auth_event_without_swversion.json
parent7aa8cd32c8458cd9a148ca8dad4c26635cab6d8b (diff)
CSIT tests for bbs-event-processor
Change-Id: Iaf4d5f47754489b111a0af90bf3cdf819d4e62f7 Issue-ID: DCAEGEN2-1355 Signed-off-by: Stavros Kanarakis <stavros.kanarakis@nokia.com>
Diffstat (limited to 'tests/dcaegen2/bbs-testcases/assets/json_events/auth_event_without_swversion.json')
-rw-r--r--tests/dcaegen2/bbs-testcases/assets/json_events/auth_event_without_swversion.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/dcaegen2/bbs-testcases/assets/json_events/auth_event_without_swversion.json b/tests/dcaegen2/bbs-testcases/assets/json_events/auth_event_without_swversion.json
new file mode 100644
index 00000000..fcacf1ce
--- /dev/null
+++ b/tests/dcaegen2/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"
+ }
+ }
+ }
+}