mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-07 09:41:29 -07:00
This reverts commit c649d0ea32
.
The change results in deadlock in network_cli while it is
waiting to check the return value of recv_ready() which
was added in this commit to improve performance
This commit is contained in:
parent
9cfa55619b
commit
17fea30841
2 changed files with 2 additions and 16 deletions
|
@ -126,8 +126,6 @@ class TestConnectionClass(unittest.TestCase):
|
|||
|
||||
mock__shell = MagicMock()
|
||||
conn._ssh_shell = mock__shell
|
||||
conn._ssh_shell.recv_ready.return_value = True
|
||||
conn._ssh_shell.gettimeout.return_value = 10
|
||||
|
||||
response = b"""device#command
|
||||
command response
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue