13 lines
279 B
YAML
13 lines
279 B
YAML
|
---
|
||
|
# Tests that run in all contexts
|
||
|
- hosts: localhost
|
||
|
roles:
|
||
|
- role: standard-test-beakerlib
|
||
|
tags:
|
||
|
- classic
|
||
|
tests:
|
||
|
- smoke
|
||
|
required_packages:
|
||
|
- findutils # beakerlib needs find command
|
||
|
- which # smoke requires which command
|