diff options
author | Vratko Polak <vrpolak@cisco.com> | 2019-05-06 12:53:56 +0200 |
---|---|---|
committer | Vratko Polak <vrpolak@cisco.com> | 2019-05-07 10:10:13 +0200 |
commit | 226758f550b645b7044aa5ecbcef14bb65e80ee5 (patch) | |
tree | 724ff6a78f00b5316894f35f768b26c90c50d02a /resources | |
parent | 0e1bfdb3c86751226afa7417954cda54523aa2bd (diff) |
Fix typos in DUTsetup.py
Change-Id: I7fb255c26bfb62a273844b3753aa37b742835045
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
Diffstat (limited to 'resources')
-rw-r--r-- | resources/libraries/python/DUTSetup.py | 4 |
1 files 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. |