File: _disconnect_during_module.yml

package info (click to toggle)
python-mitogen 0.3.36-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,708 kB
  • sloc: python: 24,457; sh: 198; makefile: 74; perl: 19; ansic: 18
file content (13 lines) | stat: -rw-r--r-- 345 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
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