You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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)
6 years ago
..
action Fix remote_tmp when become with non admin user (#42396) 6 years ago
cache Disable abstract-class-instantiated for smoketests 7 years ago
callback fix minor issues with debug and item labels (#41331) 7 years ago
cliconf Fix cli_command multiple prompt issue (#44922) 6 years ago
connection Fix prompt mismatch issue for ios (#47004) 6 years ago
filter Skip ipaddr test that fails on Python 3.7+. 6 years ago
httpapi [stable-2.7] Store Authorization header inside HttpApi connection plugin (#45598) (#45608) 6 years ago
inventory Fix inventory plugin cache + add tests (#38229) 7 years ago
loader_fixtures Don't cache duplicate plugin names (#34420) 7 years ago
lookup Add ability to unlock 1Password vault to lookup plugins (#44923) 6 years ago
shell Add empty-init code-smell script. (#18406) 8 years ago
strategy New keyword: ignore_unreachable (#43857) 6 years ago
terminal Adding slx_command module and supporting module_utils. (#38235) 7 years ago
vars Add empty-init code-smell script. (#18406) 8 years ago
__init__.py Add empty-init code-smell script. (#18406) 8 years ago
test_plugins.py Don't cache duplicate plugin names (#34420) 7 years ago