990ae7c669
Imports commit 7e1db866748aef3c07657e0761b19aec6de9bf6f
27 lines
535 B
YAML
27 lines
535 B
YAML
---
|
|
# This first play always runs on the local staging system
|
|
- hosts: localhost
|
|
roles:
|
|
- role: standard-test-beakerlib
|
|
tags:
|
|
- classic
|
|
tests:
|
|
- Master-server-chrooted
|
|
- Master-server-not-chrooted
|
|
- Run-internal-BIND-test-suite
|
|
required_packages:
|
|
- bind
|
|
- bind-chroot
|
|
- bind-sdb-chroot
|
|
- redhat-lsb
|
|
- bind-utils
|
|
- dnf-utils
|
|
- kyua
|
|
- bind-devel
|
|
- perl-Net-DNS
|
|
- perl-Net-DNS-Nameserver
|
|
- perl-Time-HiRes
|
|
- softhsm
|
|
- bind-pkcs11
|
|
- bind-pkcs11-utils
|