btrfs-progs: tests: add more coverage to mkfs-tests/013-reserved-1M-for-single
Though the newly added mkfs profiles should not be affected, let's add the remaining valid single device profiles for better coverage. Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
510b140955
commit
07eafd93b2
|
@ -4,7 +4,7 @@
|
|||
#
|
||||
# Other profiles will cause mkfs.btrfs to allocate new meta/sys chunks
|
||||
# using btrfs_alloc_chunk() which won't use the 0~1M range, so other profiles
|
||||
# are safe.
|
||||
# are safe, but we test them nevertheless.
|
||||
|
||||
source "$TOP/tests/common"
|
||||
|
||||
|
@ -36,3 +36,9 @@ do_one_test ()
|
|||
|
||||
do_one_test --mixed
|
||||
do_one_test -m single
|
||||
|
||||
do_one_test
|
||||
do_one_test -m dup
|
||||
do_one_test -d dup
|
||||
do_one_test -m dup -d dup
|
||||
do_one_test --mixed -m dup -d dup
|
||||
|
|
Loading…
Reference in New Issue