ansible/docs
Ganesh Nalawade 17cd01589a 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

* Update changelog

(cherry picked from commit 335a979f1d)
2018-10-22 15:47:15 -07:00
..
api docs: PEP8 compliance (#24681) 2017-05-30 18:08:25 +01:00
bin Fix ansible-doc and docsite generation for removed modules 2018-08-24 15:37:13 -07:00
docsite Fix prompt mismatch issue for ios (#47004) 2018-10-22 15:47:15 -07:00
man added docs to CLI docstringsadded 2017-03-24 15:52:36 -04:00
templates docs: add Support section for plugin types (#46520) (#46643) 2018-10-08 15:20:51 -05:00