mitogen/tests/ansible/integration
David Wilson 410016ff47 Initial Python 3.x port work.
* ansible: use unicode_literals everywhere since it only needs to be
  compatible back to 2.6.
* compat/collections.py: delete this entirely and rip out the parts of
  functools that require it.
* Introduce serializable Kwargs dict subclass that translates keys to
  Unicode on instantiation.
* enable_debug_logging() must set _v/_vv globals.
* cStringIO does not exist in 3.x.
* Treat IOLogger and LogForwarder input as latin-1.
* Avoid ResourceWarnings in first stage by explicitly closing fps.
* Fix preamble_size.py syntax errors.
2018-07-07 14:55:47 +01:00
..
action Initial Python 3.x port work. 2018-07-07 14:55:47 +01:00
async tests: better runner_two_simultaneous_jobs.yml. 2018-06-10 05:00:42 +00:00
become tests: su integration test. 2018-05-02 06:28:10 +01:00
connection_loader tests: use test-targets group, not all group 2018-04-22 19:40:58 +01:00
context_service tests: use test-targets group, not all group 2018-04-22 19:40:58 +01:00
glibc_caches ansible: reload /etc/resolv.conf for each task. 2018-05-07 23:14:27 +01:00
module_utils Initial Python 3.x port work. 2018-07-07 14:55:47 +01:00
playbook_semantics tests: use test-targets group, not all group 2018-04-22 19:40:58 +01:00
remote_tmp tests: fix test for vanilla Ansible. 2018-05-06 09:03:14 +01:00
runner Initial Python 3.x port work. 2018-07-07 14:55:47 +01:00
ssh Disable SSH variables test on vanilla Ansible. 2018-05-12 00:51:50 +01:00
all.yml ansible: reload /etc/resolv.conf for each task. 2018-05-07 23:14:27 +01:00