2020-10-15 10:30:30 +00:00
|
|
|
---
|
|
|
|
# Tests that run in all contexts
|
|
|
|
- hosts: localhost
|
|
|
|
roles:
|
|
|
|
- role: standard-test-beakerlib
|
|
|
|
tags:
|
|
|
|
- classic
|
|
|
|
tests:
|
2021-02-22 13:20:33 +00:00
|
|
|
- smoke
|
2020-10-15 10:30:30 +00:00
|
|
|
required_packages:
|
|
|
|
- findutils # beakerlib needs find command
|
|
|
|
- which # smoke requires which command
|