cda9d12b65
Test each build with simple request. Ensure it can start as normal service with default configuration and also in chroot.
17 lines
329 B
YAML
17 lines
329 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
|
|
required_packages:
|
|
- bind
|
|
- bind-chroot
|
|
- bind-sdb-chroot
|
|
- redhat-lsb
|
|
- bind-utils
|