diff options
author | kkjang <kevinjang7@gmail.com> | 2017-05-23 15:51:46 -0700 |
---|---|---|
committer | Toshio Kuratomi <a.badger@gmail.com> | 2017-05-23 15:51:46 -0700 |
commit | daada2000c01641f016f223665894ea595957cc6 (patch) | |
tree | 4ed446689c52e9df45775846389679c99ee4981d /test/integration/targets/expect/aliases | |
parent | 66355df9177f0c0fee5d0a1889d8378d851cc35b (diff) | |
download | ansible-daada2000c01641f016f223665894ea595957cc6.tar.gz |
Fix expect for python 3 (#24912)
* 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
Diffstat (limited to 'test/integration/targets/expect/aliases')
-rw-r--r-- | test/integration/targets/expect/aliases | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/integration/targets/expect/aliases b/test/integration/targets/expect/aliases new file mode 100644 index 0000000000..7af8b7f05b --- /dev/null +++ b/test/integration/targets/expect/aliases @@ -0,0 +1 @@ +posix/ci/group2 |