File: all.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 (41 lines) | stat: -rw-r--r-- 1,149 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41

#
# This playbook imports all tests that are known to work at present.
#

- import_playbook: action/all.yml
  tags: action
- import_playbook: async/all.yml
  tags: async
- import_playbook: become/all.yml
  tags: become
- import_playbook: connection/all.yml
  tags: connection
- import_playbook: connection_delegation/all.yml
  tags: connection_delegation
- import_playbook: connection_loader/all.yml
  tags: connection_loader
- import_playbook: context_service/all.yml
  tags: context_service
- import_playbook: glibc_caches/all.yml
  tags: glibc_caches
- import_playbook: interpreter_discovery/all.yml
  tags: interpreter_discovery
- import_playbook: local/all.yml
  tags: local
- import_playbook: module_utils/all.yml
  tags: module_utils
- import_playbook: playbook_semantics/all.yml
  tags: playbook_semantics
- import_playbook: process/all.yml
  tags: process
- import_playbook: runner/all.yml
  tags: runner
- import_playbook: ssh/all.yml
  tags: ssh
- import_playbook: strategy/all.yml
  tags: strategy
- import_playbook: stub_connections/all.yml
  tags: stub_connections
- import_playbook: transport_config/all.yml
  tags: transport_config