9e4b0bf82d
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/rsync#47694dc9540f95cb1551999121cac4aab283e718
24 lines
568 B
YAML
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
|