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.
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.
6 years ago
..
action Initial Python 3.x port work. 6 years ago
async tests: better runner_two_simultaneous_jobs.yml. 6 years ago
become tests: su integration test. 7 years ago
connection_loader tests: use test-targets group, not all group 7 years ago
context_service tests: use test-targets group, not all group 7 years ago
glibc_caches ansible: reload /etc/resolv.conf for each task. 7 years ago
module_utils Initial Python 3.x port work. 6 years ago
playbook_semantics tests: use test-targets group, not all group 7 years ago
remote_tmp tests: fix test for vanilla Ansible. 7 years ago
runner Initial Python 3.x port work. 6 years ago
ssh Disable SSH variables test on vanilla Ansible. 6 years ago
all.yml ansible: reload /etc/resolv.conf for each task. 7 years ago