opal-prd/tests/tests.yml
2019-03-20 16:58:07 +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