16 lines
313 B
YAML
16 lines
313 B
YAML
|
---
|
||
|
# No tests suitable for container environment
|
||
|
# No tests suitable for atomic environment
|
||
|
#
|
||
|
# Tests suitable for classic environment
|
||
|
- hosts: localhost
|
||
|
roles:
|
||
|
- role: standard-test-beakerlib
|
||
|
tags:
|
||
|
- classic
|
||
|
tests:
|
||
|
- sanity
|
||
|
required_packages:
|
||
|
- fcoe-utils
|
||
|
- libselinux-python
|