X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Flibraries%2Fpython%2FDUTSetup.py;h=7b75df94c8b1cc132f5bf616c7acb709e9c30c05;hp=e2fba066d3308f0b35789da10d7b3e358b9a5e2a;hb=226758f550b645b7044aa5ecbcef14bb65e80ee5;hpb=0e1bfdb3c86751226afa7417954cda54523aa2bd diff --git a/resources/libraries/python/DUTSetup.py b/resources/libraries/python/DUTSetup.py index e2fba066d3..7b75df94c8 100644 --- a/resources/libraries/python/DUTSetup.py +++ b/resources/libraries/python/DUTSetup.py @@ -62,7 +62,7 @@ class DUTSetup(object): @staticmethod def restart_service(node, service): - """Restarts the named service on node. + """Restart the named service on node. :param node: Node in the topology. :param service: Service unit name. @@ -82,7 +82,7 @@ class DUTSetup(object): @staticmethod def restart_service_on_all_duts(nodes, service): - """Retarts the named service on all DUTs. + """Restart the named service on all DUTs. :param node: Nodes in the topology. :param service: Service unit name.