device-mapper-multipath-0.9.9-10
Migrate gating tests from STI to tmt Related: RHEL-82535
This commit is contained in:
parent
4fb83e9176
commit
8688d7d4e8
@ -1,6 +1,6 @@
|
||||
Name: device-mapper-multipath
|
||||
Version: 0.9.9
|
||||
Release: 9%{?dist}
|
||||
Release: 10%{?dist}
|
||||
Summary: Tools to manage multipath devices using device-mapper
|
||||
License: GPLv2
|
||||
URL: http://christophe.varoqui.free.fr/
|
||||
@ -251,6 +251,10 @@ fi
|
||||
%{_pkgconfdir}/libdmmp.pc
|
||||
|
||||
%changelog
|
||||
* Fri Apr 18 2025 Filip Suba <fsuba@redhat.com> - 0.9.9-10
|
||||
- Migrate gating tests from STI to tmt
|
||||
- Related: RHEL-82535
|
||||
|
||||
* Wed Apr 16 2025 Benjamin Marzinski <bmarzins@redhat.com> - 0.9.9-9
|
||||
- Add 0030-multipathd-monitor-new-multipath-dev-even-if-we-can-.patch
|
||||
- Add 0031-libmultipath-add-helper-function-check_path_wwid_cha.patch
|
||||
|
||||
13
plans/gating.fmf
Normal file
13
plans/gating.fmf
Normal file
@ -0,0 +1,13 @@
|
||||
summary: device-mapper-multipath gating tests
|
||||
discover:
|
||||
how: fmf
|
||||
execute:
|
||||
how: tmt
|
||||
provision:
|
||||
hardware:
|
||||
memory: ">= 2 GB"
|
||||
prepare:
|
||||
how: install
|
||||
package:
|
||||
- device-mapper-multipath
|
||||
- perl
|
||||
7
tests/alias_clash/main.fmf
Normal file
7
tests/alias_clash/main.fmf
Normal file
@ -0,0 +1,7 @@
|
||||
summary: Verify that multipath doesn't try to assign new devices in-use user_friendly aliases.
|
||||
description: |
|
||||
Verify that multipath doesn't try to assign new devices in-use user_friendly aliases.
|
||||
component:
|
||||
- device-mapper-multipath
|
||||
test: ./main.sh
|
||||
duration: 15m
|
||||
7
tests/bindings/main.fmf
Normal file
7
tests/bindings/main.fmf
Normal file
@ -0,0 +1,7 @@
|
||||
summary: Make sure modify /etc/multipath/bindings changes alias
|
||||
description: |
|
||||
make sure modify /etc/multipath/bindings changes alias
|
||||
component:
|
||||
- device-mapper-multipath
|
||||
test: ./main.sh
|
||||
duration: 15m
|
||||
7
tests/find_multipaths/main.fmf
Normal file
7
tests/find_multipaths/main.fmf
Normal file
@ -0,0 +1,7 @@
|
||||
summary: Enable/disable find_multipaths and do multipath reload
|
||||
description: |
|
||||
Enable/disable find_multipaths and do multipath reload
|
||||
component:
|
||||
- device-mapper-multipath
|
||||
test: ./main.sh
|
||||
duration: 15m
|
||||
7
tests/kpartx_4k_aligned/main.fmf
Normal file
7
tests/kpartx_4k_aligned/main.fmf
Normal file
@ -0,0 +1,7 @@
|
||||
summary: Make sure the begin sectors and end sectors are identity in both report
|
||||
description: |
|
||||
Make sure the begin sectors and end sectors are identity in both report
|
||||
component:
|
||||
- device-mapper-multipath
|
||||
test: ./main.sh
|
||||
duration: 15m
|
||||
7
tests/medium_error_scsi_debug/main.fmf
Normal file
7
tests/medium_error_scsi_debug/main.fmf
Normal file
@ -0,0 +1,7 @@
|
||||
summary: Test that some fatal errors which should not be retried
|
||||
description: |
|
||||
Test that some fatal errors which should not be retried.
|
||||
component:
|
||||
- device-mapper-multipath
|
||||
test: ./main.sh
|
||||
duration: 15m
|
||||
7
tests/multipath_conf_syntax/main.fmf
Normal file
7
tests/multipath_conf_syntax/main.fmf
Normal file
@ -0,0 +1,7 @@
|
||||
summary: Test multipath conf syntax
|
||||
description: |
|
||||
Test multipath conf syntax
|
||||
component:
|
||||
- device-mapper-multipath
|
||||
test: ./main.sh
|
||||
duration: 15m
|
||||
7
tests/multipathd_oom/main.fmf
Normal file
7
tests/multipathd_oom/main.fmf
Normal file
@ -0,0 +1,7 @@
|
||||
summary: Test that multipathd will be selected to be killed by oom according to the kernel doc
|
||||
description: |
|
||||
Test that multipathd will be selected to be killed by oom according to the kernel doc
|
||||
component:
|
||||
- device-mapper-multipath
|
||||
test: ./main.sh
|
||||
duration: 15m
|
||||
7
tests/restate_module/main.fmf
Normal file
7
tests/restate_module/main.fmf
Normal file
@ -0,0 +1,7 @@
|
||||
summary: Segfault in multipathd when 'multipath -r' is run during faulty paths
|
||||
description: |
|
||||
Segfault in multipathd when 'multipath -r' is run during faulty paths
|
||||
component:
|
||||
- device-mapper-multipath
|
||||
test: ./main.sh
|
||||
duration: 15m
|
||||
7
tests/squelch_scsi_id/main.fmf
Normal file
7
tests/squelch_scsi_id/main.fmf
Normal file
@ -0,0 +1,7 @@
|
||||
summary: multipath -ll executes scsi_id on failed paths, resulting in needlessly verbose error messages
|
||||
description: |
|
||||
multipath -ll executes scsi_id on failed paths, resulting in needlessly verbose error messages
|
||||
component:
|
||||
- device-mapper-multipath
|
||||
test: ./main.sh
|
||||
duration: 15m
|
||||
7
tests/user_friendly_names/main.fmf
Normal file
7
tests/user_friendly_names/main.fmf
Normal file
@ -0,0 +1,7 @@
|
||||
summary: Test user friendly names
|
||||
description: |
|
||||
Test user friendly names
|
||||
component:
|
||||
- device-mapper-multipath
|
||||
test: ./main.sh
|
||||
duration: 15m
|
||||
Loading…
Reference in New Issue
Block a user