acpica-tools/tests/test_dump-tables.yml
Mike Gahagan e9dea8a3ac Add the dump-tables test
- uses acpidump to dump the acpi tables
 - then uses iasl to attempt to disassemble the dump table files.
2018-09-21 15:08:53 -04:00

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