14 lines
273 B
YAML
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
|