Add test data files for SEBA 1.0 release

Change-Id: I18912556b7f92840f7d1ae46a8acaf20eb3f8917
diff --git a/src/test/cord-api/Tests/WorkflowValidations/data/flex-pod1-olt-1.0/RealOLTDevice.json b/src/test/cord-api/Tests/WorkflowValidations/data/flex-pod1-olt-1.0/RealOLTDevice.json
new file mode 100644
index 0000000..10aa350
--- /dev/null
+++ b/src/test/cord-api/Tests/WorkflowValidations/data/flex-pod1-olt-1.0/RealOLTDevice.json
@@ -0,0 +1,16 @@
+{
+    "VOLTDeviceInfo" : [
+    {
+            "device_type": "openolt",
+            "host": "10.192.4.206",
+            "port": 9191,
+            "switch_datapath_id": "of:0000cc37ab5b6da8",
+            "switch_port": "7",
+            "outer_tpid": "0x8100",
+            "name": "olt-1",
+            "uplink": "65536",
+            "volt_service_id": 2,
+            "nas_id": "NAS_ID"
+    }
+  ]
+}