6da3f65ae2
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/acpica-tools#97b38e48de60dcda464ba13c4571a9669a887813
23 lines
404 B
YAML
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
|
|
|