aboutsummaryrefslogtreecommitdiffstats
path: root/resources/libraries/python/VPPUtil.py
diff options
context:
space:
mode:
Diffstat (limited to 'resources/libraries/python/VPPUtil.py')
-rw-r--r--resources/libraries/python/VPPUtil.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/resources/libraries/python/VPPUtil.py b/resources/libraries/python/VPPUtil.py
index de3caad916..17310aa21a 100644
--- a/resources/libraries/python/VPPUtil.py
+++ b/resources/libraries/python/VPPUtil.py
@@ -82,6 +82,15 @@ class VPPUtil(object):
DUTSetup.stop_service(node, Constants.VPP_UNIT)
@staticmethod
+ def stop_vpp_service_on_all_duts(nodes):
+ """Stop VPP service on all nodes.
+
+ :param nodes: Nodes in the topology.
+ :type nodes: dict
+ """
+ DUTSetup.stop_service_on_all_duts(nodes, Constants.VPP_UNIT)
+
+ @staticmethod
def verify_vpp_on_dut(node):
"""Verify that VPP is installed on DUT node.