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/integration/targets/pause
Sam Doran 1c20029694
Fix ctrl+c in pause module and add tests (#40134)
* Fix all cases with pause and ctrl+c
 - naked:
	- pause:
 - with prompt
	- pause: prompt=hi
 - time wait
	- pause: seconds=60
 - time wait with prompt
	- pause: seconds=60 prompt=hi


Fixes #35372

* Use curses to control stdout
* Use curses to clear lines on interactive input
* Validate input for echo parameter and fail nicely if invalid
* Add integration tests for pause module using pexpect
* Use try except when trying to determine erase sequence to account for lack of TTY in containers in tests
* Improve output validation for regular paus test
* Accept two digit precision for pause length in test
* Check for seconds when seconds is specificed, minutes when minutes is specified
* Add test for no TTY mode

Co-authored by: Toshio Kuratomi <a.badger@gmail.com>
Co-authored by: Brian Coca <brian.coca+git@gmail.com>
6 years ago
..
aliases Fix ctrl+c in pause module and add tests (#40134) 6 years ago
pause-1.yml Fix ctrl+c in pause module and add tests (#40134) 6 years ago
pause-2.yml Fix ctrl+c in pause module and add tests (#40134) 6 years ago
pause-3.yml Fix ctrl+c in pause module and add tests (#40134) 6 years ago
pause-4.yml Fix ctrl+c in pause module and add tests (#40134) 6 years ago
pause-5.yml Fix ctrl+c in pause module and add tests (#40134) 6 years ago
runme.sh Fix ctrl+c in pause module and add tests (#40134) 6 years ago
test-pause-no-tty.yml Fix ctrl+c in pause module and add tests (#40134) 6 years ago
test-pause.py Fix ctrl+c in pause module and add tests (#40134) 6 years ago
test-pause.yml Fix ctrl+c in pause module and add tests (#40134) 6 years ago