opal-prd/tests/tests.yml
DistroBaker 2189155b75 Merged update from upstream sources
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/opal-prd.git#645d861e8c1b1cccfc23b673a91a4ae7be97d972
2021-01-19 10:56:33 +01:00

14 lines
273 B
YAML

---
# Tests that run in classic context
- hosts: localhost
roles:
- role: standard-test-beakerlib
tags:
- classic
tests:
- smoke-functionality
required_packages:
- findutils # beakerlib needs find command
- opal-prd
- opal-utils