initial seba-in-a-box functional tests

Change-Id: I955888d602e184b8986ef21e4969fd55b5368325
diff --git a/src/test/cord-api/Tests/WorkflowValidations/data/SIABOLTDevice.json b/src/test/cord-api/Tests/WorkflowValidations/data/SIABOLTDevice.json
new file mode 100644
index 0000000..36db256
--- /dev/null
+++ b/src/test/cord-api/Tests/WorkflowValidations/data/SIABOLTDevice.json
@@ -0,0 +1,15 @@
+{
+    "VOLTDeviceInfo" : [
+    {
+            "device_type": "ponsim_olt",
+            "host": "olt.voltha.svc",
+            "port": 50060,
+            "switch_datapath_id": "of:0000000000000001",
+            "switch_port": "2",
+            "outer_tpid": "0x8100",
+            "name": "PONSIM OLT",
+            "uplink": "2",
+            "volt_service_id": 2
+    }
+  ]
+}