file/tests/tests.yml
Andrei Stepanov 34ce033c10 Add CI tests using the standard test interface
Adds tests according to the CI wiki [0] specifically the standard test interface in the spec [1].

[0]: https://fedoraproject.org/wiki/CI
[1]: https://fedoraproject.org/wiki/Changes/InvokingTests
2017-10-04 11:15:05 +00:00

16 lines
415 B
YAML

---
# This first play always runs on the local staging system
- hosts: localhost
roles:
- role: standard-test-beakerlib
tags:
- classic
- container
- atomic
tests:
- Support-local-additions-to-magic-files
- command-line-options
required_packages:
- file # file package required for both tests
- bzip2 # bunzip2 command required for cmd-line-options test