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/ATTSubscriber.json b/src/test/cord-api/Tests/WorkflowValidations/data/flex-pod1-olt-1.0/ATTSubscriber.json
new file mode 100644
index 0000000..dcfd3a5
--- /dev/null
+++ b/src/test/cord-api/Tests/WorkflowValidations/data/flex-pod1-olt-1.0/ATTSubscriber.json
@@ -0,0 +1,14 @@
+{
+    "SubscriberInfo" : [
+     {
+            "name": "My House-305",
+            "s_tag": 111,
+            "c_tag": 999,
+            "onu_device": "ALPHe3d1cfa7",
+            "nas_port_id": "PON 1/1/03/1:1.1.1",
+            "circuit_id": "foo1",
+            "status": "pre-provisioned",
+            "remote_id": "bar1"
+     }
+  ]
+}
diff --git a/src/test/cord-api/Tests/WorkflowValidations/data/flex-pod1-olt-1.0/ATTWhiteList.json b/src/test/cord-api/Tests/WorkflowValidations/data/flex-pod1-olt-1.0/ATTWhiteList.json
new file mode 100644
index 0000000..bd0cf5d
--- /dev/null
+++ b/src/test/cord-api/Tests/WorkflowValidations/data/flex-pod1-olt-1.0/ATTWhiteList.json
@@ -0,0 +1,10 @@
+{
+    "AttWhiteListInfo" : [
+    {
+            "serial_number": "ALPHe3d1cfa7",
+            "device_id" : "of:000000000ac004ce",
+            "pon_port_id" : 536870912,
+            "owner_id" : "1"
+    }
+  ]
+}
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"
+    }
+  ]
+}