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

Fixes #40884 #44463 #46082

*  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.

* Update doc

* Fix review comments

* Update changelog

* Fix unit test CI failure

(cherry picked from commit 335a979f1d)
2018-10-23 06:34:46 -07:00
..
action Fix remote_tmp when become with non admin user (#42396) 2018-07-06 10:49:19 -07:00
cache
callback fix minor issues with debug and item labels (#41331) 2018-06-21 16:14:57 -04:00
cliconf Fix cli_command multiple prompt issue (#44922) 2018-08-31 20:04:12 +05:30
connection Fix prompt mismatch issue for ios (#47004) 2018-10-23 06:34:46 -07:00
filter Skip ipaddr test that fails on Python 3.7+. 2018-09-05 19:21:06 -07:00
httpapi [stable-2.7] Store Authorization header inside HttpApi connection plugin (#45598) (#45608) 2018-10-09 10:12:21 -07:00
inventory Fix inventory plugin cache + add tests (#38229) 2018-05-24 15:34:54 -04:00
loader_fixtures Don't cache duplicate plugin names (#34420) 2018-01-04 16:47:23 -06:00
lookup Add ability to unlock 1Password vault to lookup plugins (#44923) 2018-08-30 16:24:06 -04:00
shell
strategy New keyword: ignore_unreachable (#43857) 2018-08-23 11:41:02 -04:00
terminal Adding slx_command module and supporting module_utils. (#38235) 2018-04-11 12:59:34 +01:00
vars
__init__.py
test_plugins.py Don't cache duplicate plugin names (#34420) 2018-01-04 16:47:23 -06:00