samba/tests/tests.yml
Andreas Schneider e243ae3752 Add gating tests
resolves: rhbz#1964594
2021-05-31 08:47:04 +02:00

14 lines
303 B
YAML

---
# This first play always runs on the local staging system
- hosts: localhost
roles:
- role: standard-test-beakerlib
tags:
- classic
tests:
- testparm
required_packages:
- samba
- samba-client
- samba-common