61d6b6e6bb
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/httpd.git#1a7eb209d80eeab5ca615ab182a8e4be7c12cd0f
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
|