From b731e2f1dd0972409b136aebc7b463dd72c9cfad Mon Sep 17 00:00:00 2001 From: CNlucius Date: Tue, 13 Sep 2016 11:40:12 +0800 Subject: ONOSFW-171 O/S-SFC-ONOS scenario documentation Change-Id: I51ae1cf736ea24ab6680f8edca1b2bf5dd598365 Signed-off-by: CNlucius --- .../org/onosproject/faultmanagement/web/alarm-full.json | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 framework/src/onos/apps/faultmanagement/fmweb/src/test/resources/org/onosproject/faultmanagement/web/alarm-full.json (limited to 'framework/src/onos/apps/faultmanagement/fmweb/src/test/resources/org/onosproject/faultmanagement/web/alarm-full.json') diff --git a/framework/src/onos/apps/faultmanagement/fmweb/src/test/resources/org/onosproject/faultmanagement/web/alarm-full.json b/framework/src/onos/apps/faultmanagement/fmweb/src/test/resources/org/onosproject/faultmanagement/web/alarm-full.json deleted file mode 100644 index 215fc938..00000000 --- a/framework/src/onos/apps/faultmanagement/fmweb/src/test/resources/org/onosproject/faultmanagement/web/alarm-full.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "id": 10, - "deviceId": "of:123", - "description": "NE is not reachable", - "source": "none:none", - "timeRaised": 999, - "timeUpdated": 1111, - "timeUpdated": 1111, - "timeCleared": 2222, - "severity": "MAJOR", - "serviceAffecting": true, - "acknowledged": false, - "manuallyClearable": true, - "assignedUser": "foo" -} \ No newline at end of file -- cgit 1.2.3-korg