22 lines
405 B
YAML
22 lines
405 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-basic
|
||
|
tags:
|
||
|
- classic
|
||
|
tests:
|
||
|
- md_raid_module:
|
||
|
run: ./main.sh
|
||
|
- md_trim_support:
|
||
|
run: ./main.sh
|
||
|
required_packages:
|
||
|
- mdadm
|
||
|
- make
|
||
|
- which
|
||
|
- kmod
|
||
|
- e2fsprogs
|