summaryrefslogtreecommitdiffstats
path: root/tests/tests.yml
blob: 6ebc4177ddd99bfc16f70f6d535b7c4f7506c939 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
# This first play always runs on the local staging system
- hosts: localhost
  roles:
  - role: standard-test-beakerlib
    tags:
    - classic
    tests:
    - inplace-upgrade-sanity-test
    required_packages:
    - expect            # Required for inplace-upgrade-sanity-test
    - krb5-server       # Required for inplace-upgrade-sanity-test
    - krb5-workstation  # Required for inplace-upgrade-sanity-test
    - openssh-clients   # Required for inplace-upgrade-sanity-test
    - openssh-server    # Required for inplace-upgrade-sanity-test
    - rng-tools         # Required for inplace-upgrade-sanity-test