0ac4eaaf93
Signed-off-by: Miroslav Vadkerti <mvadkert@redhat.com>
16 lines
443 B
YAML
16 lines
443 B
YAML
---
|
|
# This first play always runs on the local staging system
|
|
- hosts: localhost
|
|
roles:
|
|
- role: standard-test-beakerlib
|
|
tags:
|
|
- classic
|
|
- container
|
|
tests:
|
|
- simple-rsapss-test
|
|
required_packages:
|
|
- findutils # beakerlib needs find command
|
|
- man # needed by simple-rsapss-test
|
|
- man-db # needed by simple-rsapss-test
|
|
- openssl # needed by simple-rsapss-test
|