summaryrefslogtreecommitdiff
path: root/test/integration/targets/expect
Commit message (Collapse)AuthorAgeFilesLines
* Update Shippable integration test groups. (#43118)Matt Clay2018-07-231-1/+1
| | | | | | | * Update Shippable integration test groups. * Update integration test group aliases. * Rebalance AWS and Azure tests with extra group. * Rebalance Windows tests with another group.
* Improve coverage of expect integration tests. (#30608)Matt Clay2017-09-202-4/+116
|
* Mark destructive tests as such.Matt Clay2017-08-311-0/+1
|
* Add potential work-around for expect on macOS.Matt Clay2017-07-311-1/+1
| | | | http://pexpect.readthedocs.io/en/stable/commonissues.html#truncated-output-just-before-child-exits
* Expand the result from pwd to make the test more robustToshio Kuratomi2017-07-211-1/+1
| | | | | | Sometimes MacOSX's pwd doesn't return an expanded path. Not sure why but this test is still valid if we expand it via a playbook filter so go ahead and do that.
* Integration tests requirements (#26545)Andrea Tartaglia2017-07-071-0/+4
| | | | | * Removed pexpect and jmespath requirement, install it in task directly * Removed passlib dependency
* Fix expect timeout test. (#26473)Matt Clay2017-07-051-2/+2
|
* Fix expect for python 3 (#24912)kkjang2017-05-234-0/+101
* Fix expect for python 3 - Change generator next to python 3 compatible - Added tests for expect * Add pexpect to integration.txt - add pexpect library to requirements for integration tests * Use ansible_python_interpreter in integration tests for expect * Use double-quotes for expect integration tests * Cast user input to string for expect integration tests * Cast user input to string earlier in expect integration tests * Use ansible.module_utils.six.moves input for expect integration tests * Fix yamllint errors in the expect test * Use cat to trigger timeout for expect integration tests * Use realpath filter in expect integration tests