File: ssh_blemished.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 (18 lines) | stat: -rw-r--r-- 402 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Ensure 'ssh' connections are grabbed.

- name: integration/connection_loader__ssh_blemished.yml
  hosts: test-targets
  tasks:
    - determine_strategy:

    - custom_python_detect_environment:
      connection: ssh
      register: out

    - assert:
        that: (not not out.mitogen_loaded) == (not not is_mitogen)
        fail_msg: |
          out={{ out }}
  tags:
    - ssh
    - ssh_blemished