2017-11-16 10:27:52 +00:00
|
|
|
---
|
|
|
|
# Tests that run in all contexts
|
|
|
|
- hosts: localhost
|
|
|
|
roles:
|
2018-06-13 09:48:11 +00:00
|
|
|
- role: standard-test-beakerlib
|
2017-11-16 10:27:52 +00:00
|
|
|
tags:
|
|
|
|
- classic
|
|
|
|
tests:
|
|
|
|
- httpd-php-mysql-sanity-test
|
|
|
|
required_packages:
|
|
|
|
- findutils # beakerlib needs find command
|
|
|
|
- which # smoke requires which command
|