acpica-tools/tests/test_acpica-tools-tests.yml
2018-10-18 15:07:35 -04:00

23 lines
404 B
YAML

---
# Tests that run in classic, container and atomic context
- hosts: localhost
roles:
- role: standard-test-beakerlib
tags:
- classic
- container
- atomic
tests:
- acpica-tools-tests/aslts
- acpica-tools-tests/misc
- acpica-tools-tests/templates
required_packages:
- acpica-tools
- rpm-build
- gcc
- wget
- bison
- flex
- patchutils