siab to be able to specify data files

Change-Id: I97d5ab0c49fa6990122b0f1d32941d13f099444e
diff --git a/src/test/cord-api/Tests/WorkflowValidations/data/SIABSubscriberLatest.json b/src/test/cord-api/Tests/WorkflowValidations/data/SIABSubscriberLatest.json
new file mode 100644
index 0000000..8458513
--- /dev/null
+++ b/src/test/cord-api/Tests/WorkflowValidations/data/SIABSubscriberLatest.json
@@ -0,0 +1,13 @@
+{
+    "SubscriberInfo" : [
+     {
+            "name": "QQClient",
+            "s_tag": 222,
+            "c_tag": 111,
+            "onu_device": "PSMO12345678",
+            "status": "pre-provisioned",
+            "upstream_bps_id": 2,
+            "downstream_bps_id": 2
+     }
+  ]
+}