adding missing vars to ping function

Change-Id: I3e98dd0041f6c4f932a2cc394aebaea30cade7c1
diff --git a/src/test/cord-api/Tests/Subscriber_StatusChecks.txt b/src/test/cord-api/Tests/Subscriber_StatusChecks.txt
index 6b691ec..f4634f0 100644
--- a/src/test/cord-api/Tests/Subscriber_StatusChecks.txt
+++ b/src/test/cord-api/Tests/Subscriber_StatusChecks.txt
@@ -66,7 +66,7 @@
     ${Subscriber_Id}=    Get From Dictionary    ${getJsonDict}   id
     Set Global Variable    ${Subscriber_Id}
     Should Be Equal    ${status}    awaiting_auth
-    Wait Until Keyword Succeeds    300s    5s    Test Ping    FAIL
+    Wait Until Keyword Succeeds    300s    5s    Test Ping    FAIL    ${src_user}    ${src_pass}    ${dst_ip}
     #Set Global Variable    ${Subscriber_Id}
 
 Subscriber Status Change
@@ -74,7 +74,7 @@
     ${status}=    Create Dictionary    status=enabled
     ${api_result_status}=    restApi.ApiChameleonPut    VOLT_SUBSCRIBER    ${status}    ${Subscriber_Id}
     Should Be True    ${api_result_status}
-    Wait Until Keyword Succeeds    300s    5s    Test Ping    PASS
+    Wait Until Keyword Succeeds    300s    5s    Test Ping    PASS    ${src_user}    ${src_pass}    ${dst_ip}
 
 Push MAC and IP For Subscriber
     [Arguments]    ${listIndex}