updating test subscriber data

Change-Id: I0ebde17659d36fa9ec0e1ab98b39e5d7ab56d788
diff --git a/src/test/cord-api/Framework/DHCP.robot b/src/test/cord-api/Framework/DHCP.robot
index d5099b1..eb91e51 100644
--- a/src/test/cord-api/Framework/DHCP.robot
+++ b/src/test/cord-api/Framework/DHCP.robot
@@ -22,8 +22,7 @@
 Send Dhclient Request
     [Arguments]    ${iface}    ${ip}    ${user}    ${pass}=${None}    ${container_type}=${None}    ${container_name}=${None}
     [Documentation]    Executes a dhclient against a particular interface on the RG (src)
-    #${result}=    Login And Run Command On Remote System    dhclient -nw ${iface}    ${ip}    ${user}    ${pass}    ${container_type}    ${container_name}
-    ${result}=    Login And Run Command On Remote System    dhclient -d ${iface} \n    ${ip}    ${user}    ${pass}    ${container_type}    ${container_name}
+    ${result}=    Login And Run Command On Remote System    dhclient -nw ${iface}    ${ip}    ${user}    ${pass}    ${container_type}    ${container_name}
     [Return]    ${result}
 
 Add Default Route to Dst Gateway
diff --git a/src/test/cord-api/Tests/WorkflowValidations/data/flex-ocp-cord-voltha-master/ATTSubscriber.json b/src/test/cord-api/Tests/WorkflowValidations/data/flex-ocp-cord-voltha-master/ATTSubscriber.json
index 347b1a4..25ad7c9 100644
--- a/src/test/cord-api/Tests/WorkflowValidations/data/flex-ocp-cord-voltha-master/ATTSubscriber.json
+++ b/src/test/cord-api/Tests/WorkflowValidations/data/flex-ocp-cord-voltha-master/ATTSubscriber.json
@@ -10,7 +10,8 @@
             "status": "pre-provisioned",
             "remote_id": "bar1",
             "upstream_bps_id": 1,
-            "downstream_bps_id": 1
+            "downstream_bps_id": 1,
+            "tech_profile_id" : 64
      }
   ]
 }
diff --git a/src/test/cord-api/Tests/WorkflowValidations/data/onlab-pod1-qa/ATTSubscriber.json b/src/test/cord-api/Tests/WorkflowValidations/data/onlab-pod1-qa/ATTSubscriber.json
index 08c22b2..cc555ac 100644
--- a/src/test/cord-api/Tests/WorkflowValidations/data/onlab-pod1-qa/ATTSubscriber.json
+++ b/src/test/cord-api/Tests/WorkflowValidations/data/onlab-pod1-qa/ATTSubscriber.json
@@ -10,7 +10,8 @@
             "status": "pre-provisioned",
             "remote_id": "bar2",
             "upstream_bps_id": 2,
-            "downstream_bps_id": 2
+            "downstream_bps_id": 2,
+            "tech_profile_id" : 64
      },
      {
             "name": "Sub_ISKra",
@@ -22,7 +23,8 @@
             "status": "pre-provisioned",
             "remote_id": "bar3",
             "upstream_bps_id": 2,
-            "downstream_bps_id": 2
+            "downstream_bps_id": 2,
+            "tech_profile_id" : 64
      }
   ]
 }