summaryrefslogtreecommitdiffstats
path: root/tests/tests.yml
blob: 029f35962687c52f8fab09cea4b249e04cb3ef96 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
# Tests for classic and container
- hosts: localhost
  roles:
  - role: standard-test-beakerlib
    tags:
    - classic
    - container
    tests:
    - testsuite
    required_packages:
    - autoconf
    - automake
    - gcc-gfortran
    - libtool
    - libstdc++-devel
    - make
    - rpm-build
    - texinfo
    - wget
    - yum-utils