mirror of https://github.com/ansible/ansible.git
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.pull/60617/head
parent
f52657fb7d
commit
0c74ee4352
@ -1 +1,2 @@
|
||||
shippable/posix/group2
|
||||
skip/python2.6 # filters are controller only, and we no longer support Python 2.6 on the controller
|
||||
|
@ -1,4 +1,4 @@
|
||||
- hosts: testhost
|
||||
- hosts: localhost
|
||||
gather_facts: yes
|
||||
roles:
|
||||
- { role: filters }
|
||||
|
@ -1,4 +1,4 @@
|
||||
- hosts: testhost
|
||||
- hosts: localhost
|
||||
gather_facts: yes
|
||||
roles:
|
||||
- { role: lookups }
|
||||
|
@ -1,2 +1 @@
|
||||
output_dir: .
|
||||
etest: 'from -e'
|
Loading…
Reference in New Issue