mirror of
https://github.com/ansible/ansible.git
synced 2026-07-28 16:15:12 +02:00
For unknown reasons, these tests started failing recently because the results from testhost11 are being returned before testhost10, but only when coverage is enabled. Setting the initial host sleep time to 0 fixes this failure. ci_coverage
11 lines
524 B
Plaintext
11 lines
524 B
Plaintext
[local]
|
|
testhost ansible_connection=local ansible_python_interpreter="{{ ansible_playbook_python }}"
|
|
|
|
[nonexistent]
|
|
testhost5 ansible_host=169.254.199.200 # no connection is ever established with this host
|
|
|
|
[nonlockstep]
|
|
testhost10 i=0 ansible_connection=local ansible_python_interpreter="{{ ansible_playbook_python }}"
|
|
testhost11 i=3.0 ansible_connection=local ansible_python_interpreter="{{ ansible_playbook_python }}"
|
|
testhost12 i=12.0 ansible_connection=local ansible_python_interpreter="{{ ansible_playbook_python }}"
|