mdadm/tests/tests.yml
Xiao Ni ebabcd5c79 Update to latest upstream
Update to 4.3 and add gating test

Resolves: RHEL-30530

Signed-off-by: Xiao Ni <xni@redhat.com>
2024-05-16 10:36:42 -04: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