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.
ansible/test/integration/targets/template
Matt Clay 0c74ee4352
Clean up various integration tests. (#60613)
* Fix var_blending test temp dir usage.

* Fix filters integration test:

- Fix use of `output_dir`.
- Use `localhost` instead of `testhost` since we're only testing filters.
- Fix `fileglob` test to actually test a directory that exists.

* Fix lookups integration test:

- Fix use of `output_dir`.
- Use `localhost` instead of `testhost` since we're only testing lookups.

* Fix ansible-runner test temp dir usage.

* Fix template and template_jinja2_latest test.

Use the `OUTPUT_DIR` env var to get the output directory for the tests.

* Fix Python version compat in filters test.

* Skip filters test on Python 2.6.
5 years ago
..
custom_tasks Clean up various integration tests. (#60613) 5 years ago
files Allow specifying the output encoding in the template module (#42171) 6 years ago
meta test - add setup target that creates the nobody user (#52750) 5 years ago
role_filter Revert "Speed up VariableManager by preserving Templar state. (#45572)" (#59280) 5 years ago
tasks Clean up various integration tests. (#60613) 5 years ago
templates template: add additional variable for dest path (#52015) 5 years ago
vars
aliases enable template target integration tests on rhel8 beta (#48940) 6 years ago
ansible_managed.cfg Fix when template paths contain non-ascii chars and using the path in ansible_managed 6 years ago
ansible_managed.yml Clean up various integration tests. (#60613) 5 years ago
corner_cases.yml safe_eval fix (#57188) 5 years ago
custom_template.yml dataloader: check exact value of dir (#52021) 5 years ago
filter_plugins.yml Revert "Speed up VariableManager by preserving Templar state. (#45572)" (#59280) 5 years ago
runme.sh Clean up various integration tests. (#60613) 5 years ago
template.yml