httpd/tests/tests.yml
Bruno Goncalves 0c0d4558f1 fix test to use beakerlib role
1. standard-test-roles dropped support to rhts role, so we need to replace with beakerlib role that now support beakerlib-libraries
2. httpd requires services and this does not work on container, so it got removed from tests.yml
2018-06-13 12:29:29 +02:00

13 lines
301 B
YAML

---
# Tests that run in all contexts
- hosts: localhost
roles:
- role: standard-test-beakerlib
tags:
- classic
tests:
- httpd-php-mysql-sanity-test
required_packages:
- findutils # beakerlib needs find command
- which # smoke requires which command