0c0d4558f1
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
13 lines
301 B
YAML
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
|