Code Review
/
yardstick.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
combined
(merge:
cee61de
bcb8ace
)
Merge "fix SSH object examples to use correct context manager form"
author
Rex Lee
<limingjiang@huawei.com>
Mon, 5 Dec 2016 06:38:48 +0000
(06:38 +0000)
committer
Gerrit Code Review
<gerrit@opnfv.org>
Mon, 5 Dec 2016 06:38:48 +0000
(06:38 +0000)
1
2
yardstick/ssh.py
patch
|
diff1
|
diff2
|
blob
|
history
diff --cc
yardstick/ssh.py
index
b9d9262
,
d6ecffc
..
46d53b7
---
1
/
yardstick/ssh.py
---
2
/
yardstick/ssh.py
+++ b/
yardstick/ssh.py
@@@
-54,10
-59,10
+59,10
@@@
Eventlet
or
eventlet.monkey_patch()
or
- sshclient = eventlet.import_patched("
opentstack.common.sshclient
")
+ sshclient = eventlet.import_patched("
yardstick.ssh
")
"""
-
+import os
import select
import socket
import time