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 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
7 years ago
..
action Move unit test compat code out of `lib/ansible/`. (#46996) 7 years ago
cache Move unit test compat code out of `lib/ansible/`. (#46996) 7 years ago
callback Move unit test compat code out of `lib/ansible/`. (#46996) 7 years ago
cliconf Move unit test compat code out of `lib/ansible/`. (#46996) 7 years ago
connection Fix prompt mismatch issue for ios (#47004) 7 years ago
filter Add support for IOS vlan parsing filter. (#40555) 7 years ago
httpapi Move unit test compat code out of `lib/ansible/`. (#46996) 7 years ago
inventory Move unit test compat code out of `lib/ansible/`. (#46996) 7 years ago
loader_fixtures Don't cache duplicate plugin names (#34420) 8 years ago
lookup Enable additional pylint rules and resolve issues found. (#47221) 7 years ago
shell Add empty-init code-smell script. (#18406) 9 years ago
strategy Move unit test compat code out of `lib/ansible/`. (#46996) 7 years ago
terminal Add unit tests for junos terminal (#47103) 7 years ago
vars Add empty-init code-smell script. (#18406) 9 years ago
__init__.py Add empty-init code-smell script. (#18406) 9 years ago
test_plugins.py Move unit test compat code out of `lib/ansible/`. (#46996) 7 years ago