17 lines
261 B
YAML
17 lines
261 B
YAML
|
---
|
||
|
|
||
|
# Tests that run in classic context
|
||
|
- hosts: localhost
|
||
|
roles:
|
||
|
- role: standard-test-beakerlib
|
||
|
tags:
|
||
|
- classic
|
||
|
tests:
|
||
|
- Basic-sanity-test
|
||
|
required_packages:
|
||
|
- avahi
|
||
|
- avahi-tools
|
||
|
- bind
|
||
|
- bind-chroot
|
||
|
- bind-utils
|