SEBA-841 importer to parse all status from redfish server for data collection purpose / remove demotest binary
SEBA-856 SendDeviceList- This API will add all devices in the list
SEBA-858 DeleteDeviceList- This API will remove all devices in the list
decouple add/remove event subscription routines and device data file update
remove 'protocol'
SEBA-874 get rid of the 'vendor' argument called by some API's

Change-Id: Icc044dd4661c3cc14f02ad1a5f52e18116da63aa
diff --git a/samples/chassis.json b/samples/chassis.json
new file mode 100644
index 0000000..317f9c8
--- /dev/null
+++ b/samples/chassis.json
@@ -0,0 +1,13 @@
+{
+   "Name" : "Chassis Collection",
+   "@odata.context" : "/redfish/v1/$metadata#Chassis.Chassis",
+   "Members@odata.count" : 1,
+   "Description" : "Collection of Chassis",
+   "Members" : [
+      {
+         "@odata.id" : "/redfish/v1/Chassis/1"
+      }
+   ],
+   "@odata.type" : "#ChassisCollection.ChassisCollection",
+   "@odata.id" : "/redfish/v1/Chassis"
+}