bind/tests/tests.yml
Yevhenii Shapovalov dbe3315c06 add tests
2017-12-11 18:15:11 +02:00

16 lines
307 B
YAML

---
# This first play always runs on the local staging system
- hosts: localhost
roles:
- role: standard-test-rhts
use_beakerlib_libraries: yes
tags:
- classic
tests:
- Master-server-not-chrooted
required_packages:
- bind
- bind-chroot
- redhat-lsb
- bind-utils