Merge "Removing sleep between when a command is sent and 'YES' is sent"
This commit is contained in:
commit
8c0f5d048c
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user