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
|
||
|
|