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