siab to be able to specify data files

Change-Id: I97d5ab0c49fa6990122b0f1d32941d13f099444e
diff --git a/src/test/cord-api/Tests/WorkflowValidations/SIAB.robot b/src/test/cord-api/Tests/WorkflowValidations/SIAB.robot
index 5ce1fff..a7783a0 100644
--- a/src/test/cord-api/Tests/WorkflowValidations/SIAB.robot
+++ b/src/test/cord-api/Tests/WorkflowValidations/SIAB.robot
@@ -37,9 +37,12 @@
 
 *** Variables ***
 ${VOLTHA_DIR}              ~/cord/incubator/voltha
-${WHITELIST_PATHFILE}      ${CURDIR}/data/SIABWhitelist.json
-${SUBSCRIBER_PATHFILE}     ${CURDIR}/data/SIABSubscriber.json
-${VOLT_DEVICE_PATHFILE}    ${CURDIR}/data/SIABOLTDevice.json
+${WHILELIST_FILENAME}      SIABWhitelist
+${SUBSCRIBER_FILENAME}     SIABSubscriber
+${OLT_DEVICE_FILENAME}     SIABOLTDevice
+${WHITELIST_PATHFILE}      ${CURDIR}/data/${WHITELIST_FILENAME}.json
+${SUBSCRIBER_PATHFILE}     ${CURDIR}/data/${SUBSCRIBER_FILENAME}.json
+${VOLT_DEVICE_PATHFILE}    ${CURDIR}/data/${OLT_DEVICE_FILENAME}.json
 ${export_kube_config}      export KUBECONFIG=/home/%{USER}/.kube/config
 ${kube_node_ip}            localhost
 ${dst_host_ip}             172.18.0.10
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
+     }
+  ]
+}