908aeb56b2
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/krb5#501e2980728bcbd0c757fd9bb2b6274342420d2a
17 lines
618 B
YAML
17 lines
618 B
YAML
---
|
|
# 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
|