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
13 lines
210 B
YAML
13 lines
210 B
YAML
# Tests that run in classic and atomic
|
|
- hosts: localhost
|
|
roles:
|
|
- role: standard-test-beakerlib
|
|
tags:
|
|
- classic
|
|
- atomic
|
|
tests:
|
|
- dump-tables
|
|
required_packages:
|
|
- acpica-tools
|
|
|