mirror of https://github.com/ansible/ansible.git
Update ansible-test integration config handling. (#60448)
* Move Ansible test config into env vars. This allows ansible-test to use an empty Ansible config file, leaving open the option for users to customize the one used to run tests (although such usage is discouraged). * Use config from content under test when present.pull/60547/head
parent
d9b3af523b
commit
1b8aa798df
@ -1,11 +0,0 @@
|
||||
[defaults]
|
||||
# allow cleanup handlers to run when tests fail
|
||||
force_handlers = True
|
||||
# force tests to set ansible_python_interpreter
|
||||
interpreter_python = /set/ansible_python_interpreter/in/inventory
|
||||
# prevent use of global inventory
|
||||
inventory = /dev/null
|
||||
|
||||
[inventory]
|
||||
# prevent tests from unintentionally passing when hosts are not found
|
||||
host_pattern_mismatch = error
|
@ -1,3 +0,0 @@
|
||||
[defaults]
|
||||
# allow cleanup handlers to run when tests fail
|
||||
force_handlers = True
|
Loading…
Reference in New Issue