Merge pull request #14906 from devananda/fix-shell-for-junos

Send empty command before recv
pull/14949/head
Peter Sprygada 8 years ago
commit c55d1c55af

@ -109,6 +109,7 @@ class Shell(object):
self.shell = self.ssh.invoke_shell()
self.shell.settimeout(10)
self.shell.sendall("\n")
self.receive()
def strip(self, data):

Loading…
Cancel
Save