summaryrefslogtreecommitdiffstats
path: root/tests/tests.yml
blob: 43c38e7677c7dcf087f3e1c1c7ceca8fd95a9daf (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: true
  roles:
  - role: standard-test-rhts
    tags:
    - classic
    - container
    tests:
    - httpd-php-mysql-sanity-test
    required_packages:
    - findutils         # beakerlib needs find command
    - which             # smoke requires which command