Introduce VPP-IPsec container tests.
[csit.git] / resources / libraries / python / VppCounters.py
index bb8a8d2..e6bb51e 100644 (file)
@@ -144,7 +144,7 @@ class VppCounters:
         :param node: Node to run command on.
         :type node: dict
         """
-        PapiSocketExecutor.run_cli_cmd(
+        PapiSocketExecutor.run_cli_cmd_on_all_sockets(
             node, u"show memory verbose api-segment stats-segment main-heap"
         )