David Wilson
|
22de7f0e72
|
issue #436: fix string parsing of mitogen_ssh_debug_level
It can be a string when specified on the command line.
|
6 years ago |
David Wilson
|
44d6ca771a
|
issue #426: fix local/delegate_to issue
|
6 years ago |
David Wilson
|
bef4b0c962
|
tests: fix copy.yml title
|
6 years ago |
David Wilson
|
b60a6d0f3b
|
Split dev_requirements.txt up according to test mode.
|
6 years ago |
David Wilson
|
fccf424140
|
tests: Pythonize print_env.sh.
|
6 years ago |
David Wilson
|
a717c5406c
|
tests: split etc_environment test in two
Turns out nobody supports ~/.pam_environment any more. Keep the
behaviour around for the time being.
|
6 years ago |
David Wilson
|
374fd72dbb
|
tests: disable mtime test on vanilla
|
6 years ago |
David Wilson
|
79ca67aadd
|
tests: disable connection tests for non-Mitogen
|
6 years ago |
David Wilson
|
8972dbb7b9
|
tests: more Ansible fixes.
|
6 years ago |
David Wilson
|
acf0b04876
|
tests: run some playbooks against only one target.
|
6 years ago |
David Wilson
|
ee2d10375d
|
tests: don't run reset_connection tests on <2.5.6.
|
6 years ago |
David Wilson
|
fcdfd5f107
|
tests: fix disconnect_cleanup.yml target count assumption
|
6 years ago |
David Wilson
|
1bb239189b
|
tests: another attempt at working paths.
|
6 years ago |
David Wilson
|
5f815ec6c4
|
tests: try to fix PATH problem on Travis.
|
6 years ago |
David Wilson
|
f5f72b958f
|
tests: avoid -u command line parameter conflict
|
6 years ago |
David Wilson
|
0c3e48468b
|
tests: run disconnect_during_module.yml in subprocess
Avoid entire run failing with unreachable
|
6 years ago |
David Wilson
|
35092c5d35
|
tests: Unicode/bytes fixes for integration/connection/exec_command.yml
|
6 years ago |
David Wilson
|
4d443e654b
|
tests: replace another shell script.
|
6 years ago |
David Wilson
|
9ad022107e
|
issue #414: disable test until rest of CI is healthy
|
6 years ago |
David Wilson
|
f87553b165
|
tests: must set ansible_become_pass in synchronize.yml.
|
6 years ago |
David Wilson
|
574fc27a9c
|
issue #414: import test / reproduction.
|
6 years ago |
David Wilson
|
c286f4f107
|
Add tests/ansible/requirements.txt to Tox.
|
6 years ago |
David Wilson
|
5eff8ea4fb
|
tests: make result_shell_echo_hi compare less of the timedelta; closes #361
Assuming less than one second is too much to ask from Travis.
|
6 years ago |
David Wilson
|
c148c869e6
|
issue #76, #370: add disconnect cleanup test
|
6 years ago |
David Wilson
|
fd326f5ad7
|
tests: stub tests for doas/mitogen_doas
|
6 years ago |
David Wilson
|
cbd4129cb9
|
tests: fix paramiko_unblemished.yml
|
6 years ago |
David Wilson
|
e8fc9e490f
|
tests: update osa_delegate_to_self to match connection parameters
|
6 years ago |
David Wilson
|
6c71c5bfef
|
issue #369: disable reset_connection on Ansible<2.5.6
https://github.com/ansible/ansible/issues/27520
|
6 years ago |
David Wilson
|
8ed72e7e7b
|
issue #369: avoid Ansible 2.5 bug (cond_reset_warn missing method)
|
6 years ago |
David Wilson
|
ab4ccc6b92
|
issue #369: don't mass-kill all SSH clients in reconnection.yml
It breaks my new development environment :)
|
6 years ago |
David Wilson
|
a6dd8bb2d0
|
issue #409: stub test for mitogen_sudo method.
|
6 years ago |
David Wilson
|
144685a327
|
issue #409: more lxc/lxd stub tests, let tests run on vanilla.
|
6 years ago |
David Wilson
|
0e8f451190
|
issue #409: add stub LXC test, refactor playbooks.
|
6 years ago |
David Wilson
|
e832ddec13
|
issue #409: mark sudo test noninteractive
|
6 years ago |
David Wilson
|
a77f07659e
|
issue #409: make setns test to work anywhere sudo works.
|
6 years ago |
David Wilson
|
f2294c1678
|
issue #409: add new stub_connections/ test type.
|
6 years ago |
David Wilson
|
c51b67b863
|
issue #409: add test stubs to the PATH in run_ansible_playbook.py
|
6 years ago |
David Wilson
|
5b916fc556
|
issue #409: Pythonize run_ansible_playbook.sh
And add git_basedir extra variable.
|
6 years ago |
David Wilson
|
96f000c5ea
|
ansible: tilde-expand SSH key before passing to SSH; closes #334.
|
6 years ago |
David Wilson
|
519faa3b3b
|
issue #369: add Connection.reset() test.
|
6 years ago |
David Wilson
|
89852db163
|
issue #370: add 'disconnect resets connection' test
|
6 years ago |
David Wilson
|
c510e58f9b
|
issue #352: add test for disconnect message.
|
6 years ago |
David Wilson
|
3429e57825
|
tests: fix target_test 3.x compat.
|
6 years ago |
David Wilson
|
3585ee74f7
|
tests: split out ansible_tests requirements
Also remove hard-coded Ansible version, the tests don't need it, nor
does local testing most of the time
|
6 years ago |
David Wilson
|
a7d635dff8
|
tests: import ara_env helper script.
|
6 years ago |
David Wilson
|
918f709420
|
tests: import a bunch more random unchecked in pieces.
|
6 years ago |
David Wilson
|
0d70fc1324
|
tests: import z hostfile
|
6 years ago |
David Wilson
|
fd5066d671
|
tests: teach various tests to cleanup /tmp when they're done.
|
6 years ago |
David Wilson
|
7fd9fb0014
|
issue #397: fix another case where stray tmpdirs can be left behind.
Newer Ansibles use atexit.register() to invoke cleanup, so we need to
run those registrations after each run.
|
6 years ago |
David Wilson
|
1b17aa1d1a
|
ansible: fix temp cleanup regression and add test; closes #397.
|
6 years ago |