Code Review
/
csit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
0e1bfdb
)
Fix typos in DUTsetup.py
61/19361/4
author
Vratko Polak
<
[email protected]
>
Mon, 6 May 2019 10:53:56 +0000
(12:53 +0200)
committer
Vratko Polak
<
[email protected]
>
Tue, 7 May 2019 08:10:13 +0000
(10:10 +0200)
Change-Id: I7fb255c26bfb62a273844b3753aa37b742835045
Signed-off-by: Vratko Polak <
[email protected]
>
resources/libraries/python/DUTSetup.py
patch
|
blob
|
history
diff --git
a/resources/libraries/python/DUTSetup.py
b/resources/libraries/python/DUTSetup.py
index
e2fba06
..
7b75df9
100644
(file)
--- 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):
- """Restart
s
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):
- """Re
tarts
the named service on all DUTs.
+ """Re
start
the named service on all DUTs.
:param node: Nodes in the topology.
:param service: Service unit name.