Add ping test in aclrecovery suite
[integration/test.git] / csit / libraries / Tcpdump.robot
index b72e28b2d361705b7fd24c7b7a0c73c5189cbe84..1f8ddc4d7ae99f42fe51338dcc932522e17bce17 100644 (file)
@@ -67,7 +67,6 @@ Stop Packet Capture on Node
     Log    ${stdout}
     ${stdout} =    SSHLibrary.Execute Command    sudo ls -ls /tmp
     Log    ${stdout}
-    SSHLibrary. Close Connection
 
 Start Packet Capture on Nodes
     [Arguments]    ${tag}=${EMPTY}    ${filter}=${EMPTY}    ${ips}=@{EMPTY}
@@ -81,7 +80,7 @@ Start Packet Capture on Nodes
     [Return]    @{conn_ids}
 
 Stop Packet Capture on Nodes
-    [Arguments]    @{conn_ids}=@{EMPTY}
+    [Arguments]    ${conn_ids}=@{EMPTY}
     [Documentation]    Stop the packet captures on the given list of node connection ids
     : FOR    ${conn_id}    IN    @{conn_ids}
     \    Stop Packet Capture on Node    ${conn_id}