Check cluster status after rejoin
[integration/test.git] / csit / libraries / Tcpdump.robot
index b72e28b2d361705b7fd24c7b7a0c73c5189cbe84..977c12bd7cd31236389dd899580b316bb8cffc39 100644 (file)
@@ -81,7 +81,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}