Merge "fix SSH object examples to use correct context manager form"
authorRex Lee <limingjiang@huawei.com>
Mon, 5 Dec 2016 06:38:48 +0000 (06:38 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Mon, 5 Dec 2016 06:38:48 +0000 (06:38 +0000)
1  2 
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