e9dea8a3ac
- uses acpidump to dump the acpi tables - then uses iasl to attempt to disassemble the dump table files.
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
|
|
|