]> git.ipfire.org Git - thirdparty/mdadm.git/commit - test
mdadm/test: Add '--raidtype=' to run different raidlevel cases
authorZhilong Liu <zlliu@suse.com>
Wed, 14 Jun 2017 13:02:52 +0000 (21:02 +0800)
committerJes Sorensen <jsorensen@fb.com>
Mon, 10 Jul 2017 17:33:19 +0000 (13:33 -0400)
commit8403b202ca3cd390589a26a85a7ee9af1cc7c69b
treebd98612502c73295746a6daed424c71e21e33e1c
parent20d10b4be873baf6044304702808bd66ce84299c
mdadm/test: Add '--raidtype=' to run different raidlevel cases

It supports to specify the argument of "--raidtype"
to run the different raid level cases. Details refer
to the do_help() usage.
For example: ./test --raidtype=raid1
could execute all the raid1 test cases under tests/.

Signed-off-by: Zhilong Liu <zlliu@suse.com>
Signed-off-by: Jes Sorensen <jsorensen@fb.com>
test