From 226758f550b645b7044aa5ecbcef14bb65e80ee5 Mon Sep 17 00:00:00 2001 From: Vratko Polak Date: Mon, 6 May 2019 12:53:56 +0200 Subject: [PATCH] Fix typos in DUTsetup.py Change-Id: I7fb255c26bfb62a273844b3753aa37b742835045 Signed-off-by: Vratko Polak --- resources/libraries/python/DUTSetup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. -- 2.16.6