httpd/tests/ignore_tests.yml

13 lines
279 B
YAML
Raw Normal View History

2017-11-16 10:27:52 +00:00
---
# Tests that run in all contexts
- hosts: localhost
roles:
- role: standard-test-beakerlib
2017-11-16 10:27:52 +00:00
tags:
- classic
tests:
2021-02-12 11:53:10 +00:00
- smoke
2017-11-16 10:27:52 +00:00
required_packages:
- findutils # beakerlib needs find command
- which # smoke requires which command