[VOL-3531] update keyword for dhcp allocations

Change-Id: Ic0b14dfe28dd3f23f87c9e69ddc2cf9c638d31df
diff --git a/libraries/utils.robot b/libraries/utils.robot
index 0b7e948..967317b 100644
--- a/libraries/utils.robot
+++ b/libraries/utils.robot
@@ -313,8 +313,10 @@
     ...    ${src['ip']}    ${src['user']}    ${src['pass']}    ${src['container_type']}    ${src['container_name']}
     ...    ${dst['dp_iface_name']}    ${dst['ip']}    ${dst['user']}    ${dst['pass']}    ${dst['container_type']}
     ...    ${dst['container_name']}
-    Run Keyword And Continue On Failure    Wait Until Keyword Succeeds    ${timeout}    2s
+    Run Keyword IF    ${has_dataplane}    and    ${src['service_type']} != 'hsia'
+    ...    Run Keyword And Continue On Failure    Wait Until Keyword Succeeds    ${timeout}    2s
     ...    Validate Subscriber DHCP Allocation    ${ONOS_SSH_IP}    ${ONOS_SSH_PORT}    ${onu_port}
+    ...    ${src['c_tag']}
     Run Keyword and Ignore Error    Get Device Output from Voltha    ${onu_device_id}
     Run Keyword and Ignore Error    Collect Logs