Gating tests were removed when the package was imported to c8s. Fix it. This commit will be tied to the most recent bugfix, instead of a bespoke bugzilla. Resolves: rhbz#2141031
16 lines
293 B
YAML
16 lines
293 B
YAML
---
|
|
# No tests suitable for atomic environment
|
|
# No tests suitable for container environment
|
|
|
|
# Tests suitable for classic environment
|
|
- hosts: localhost
|
|
roles:
|
|
- role: standard-test-beakerlib
|
|
tags:
|
|
- classic
|
|
tests:
|
|
- sanity
|
|
required_packages:
|
|
- fio
|
|
- which
|