acl/tests/tests.yml

14 lines
300 B
YAML
Raw Normal View History

2017-09-22 15:18:48 +00:00
---
# This first play always runs on the local staging system
- hosts: localhost
roles:
- role: standard-test-beakerlib
tags:
- classic
- container
- atomic
tests:
- cmd-line-options
required_packages:
- which # which package required for cmd-line-options