edfeeb46e6
- /tests/tests.yml - /tests/old-tests.yml
18 lines
245 B
YAML
18 lines
245 B
YAML
- hosts: localhost
|
|
tags:
|
|
- classic
|
|
- container
|
|
roles:
|
|
- role: standard-test-beakerlib
|
|
tests:
|
|
- sanity-test
|
|
required_packages:
|
|
- ImageMagick
|
|
- Xvfb
|
|
- brltty
|
|
- nc
|
|
- orca
|
|
- psmisc
|
|
- xorg-x11-utils
|
|
|