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"
+     }
+  ]
+}