summaryrefslogtreecommitdiffstats
path: root/tests/tests.yml
blob: 102094ad30c9ee817a433ee0dbce0292c7d56b70 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
# Tests that run in all contexts
- hosts: localhost
  vars:
    use_beakerlib_libraries: false
  roles:
  - role: standard-test-rhts
    tags:
    - classic
    - container
    tests:
    - unicode-segfault
    required_packages:
    - findutils         # beakerlib needs find command
    - gzip              # required by unicode-segafault test