mdadm/tests/tests.yml
Xiao Ni 24f846cea4 Add gating tests
Now it doesn't have the tests directory, so the gating test fails.
This is used to support the last commit. And it uses the same bugs
from the last commit.

Resolves: rhbz#2116418, rhbz#2150862, rhbz#2159584

Signed-off-by: Xiao Ni <xni@redhat.com>
2023-05-17 20:26:25 +08:00

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