summaryrefslogtreecommitdiffstats
path: root/tests/tests.yml
blob: fce17d1207755cc67721b060d8f915db1c797db0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
# Tests for Classic and Container
- hosts: localhost
  roles:
  - role: standard-test-beakerlib
    tags:
    - classic
    - container
    tests:
    - testsuite
    required_packages:
    - autoconf
    - automake
    - rpm-build
    - wget