rsync/tests/tests.yml
Troy Dawson 9e4b0bf82d RHEL 9.0.0 Alpha bootstrap
The content of this branch was automatically imported from Fedora ELN
with the following as its source:
https://src.fedoraproject.org/rpms/rsync#47694dc9540f95cb1551999121cac4aab283e718
2020-10-14 21:54:13 -07:00

24 lines
568 B
YAML

---
# Tests that run in classic context
- hosts: localhost
roles:
- role: standard-test-beakerlib
tags:
- classic
tests:
- definig-the-set-of-files-to-transfer
- setting-group-acls
required_packages:
- rsync # all tests require rsync
- rsync-daemon # definig-the-set-of-files-to-transfer requires rsync-daemon
- acl # setting-group-acls requires acl
# Tests that run against Atomic Host
- hosts: localhost
roles:
- role: standard-test-beakerlib
tags:
- atomic
tests:
- setting-group-acls