ansible/test/units/plugins
Ganesh Nalawade 335a979f1d
Fix prompt mismatch issue for ios (#47004)
* Fix prompt mismatch issue for ios

Fixes #40884 #44463

*  If the command prompt is matched check if data is
   still pending to be read from buffer.
*  This fix adds a new timer `buffer_read_timeout`
   which will be trigerred after command prompt
   is matched and data is attempted to be read from channel.
   If not data is present of channel the timer will expire
   and response we be returned to calling function.

* Fix unit test failure

* Update to make buffer timeout float

* Update doc and fix review comment

* Fix CI issues

* Update doc

* Fix review comments

* Fix review comments
2018-10-22 21:05:15 +05:30
..
action Move unit test compat code out of lib/ansible/. (#46996) 2018-10-12 20:01:14 -07:00
cache Move unit test compat code out of lib/ansible/. (#46996) 2018-10-12 20:01:14 -07:00
callback Move unit test compat code out of lib/ansible/. (#46996) 2018-10-12 20:01:14 -07:00
cliconf Move unit test compat code out of lib/ansible/. (#46996) 2018-10-12 20:01:14 -07:00
connection Fix prompt mismatch issue for ios (#47004) 2018-10-22 21:05:15 +05:30
filter Add support for IOS vlan parsing filter. (#40555) 2018-10-17 20:50:28 +05:30
httpapi Move unit test compat code out of lib/ansible/. (#46996) 2018-10-12 20:01:14 -07:00
inventory Move unit test compat code out of lib/ansible/. (#46996) 2018-10-12 20:01:14 -07:00
loader_fixtures Don't cache duplicate plugin names (#34420) 2018-01-04 16:47:23 -06:00
lookup Enable additional pylint rules and resolve issues found. (#47221) 2018-10-18 13:38:08 -07:00
shell Add empty-init code-smell script. (#18406) 2016-11-07 15:02:13 -08:00
strategy Move unit test compat code out of lib/ansible/. (#46996) 2018-10-12 20:01:14 -07:00
terminal Add unit tests for junos terminal (#47103) 2018-10-16 15:14:38 +05:30
vars Add empty-init code-smell script. (#18406) 2016-11-07 15:02:13 -08:00
__init__.py Add empty-init code-smell script. (#18406) 2016-11-07 15:02:13 -08:00
test_plugins.py Move unit test compat code out of lib/ansible/. (#46996) 2018-10-12 20:01:14 -07:00