tests: run disconnect_during_module.yml in subprocess
Avoid entire run failing with unreachableissue510
parent
35092c5d35
commit
0c3e48468b
@ -0,0 +1,13 @@
|
|||||||
|
# issue 352: test ability to notice disconnection during a module invocation.
|
||||||
|
---
|
||||||
|
|
||||||
|
- name: integration/connection/_disconnect_during_module.yml
|
||||||
|
hosts: test-targets
|
||||||
|
gather_facts: no
|
||||||
|
any_errors_fatal: false
|
||||||
|
tasks:
|
||||||
|
- run_once: true # don't run against localhost
|
||||||
|
shell: |
|
||||||
|
kill -9 $PPID
|
||||||
|
register: out
|
||||||
|
ignore_errors: true
|
Loading…
Reference in New Issue