Merge "Removing sleep between when a command is sent and 'YES' is sent"

This commit is contained in:
Jenkins 2015-05-13 14:40:50 +00:00 committed by Gerrit Code Review
commit 8c0f5d048c

View File

@ -430,7 +430,6 @@ class CiscoFCZoneClientCLI(object):
attempts -= 1
try:
stdin, stdout, stderr = ssh.exec_command(command)
greenthread.sleep(random.randint(20, 500) / 100.0)
channel = stdout.channel
exit_status = channel.recv_exit_status()
LOG.debug("Exit Status from ssh: %s", exit_status)