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:
David Sterba 2018-01-23 16:57:57 +01:00
parent 510b140955
commit 07eafd93b2
1 changed files with 7 additions and 1 deletions

View File

@ -4,7 +4,7 @@
# #
# Other profiles will cause mkfs.btrfs to allocate new meta/sys chunks # 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 # 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" source "$TOP/tests/common"
@ -36,3 +36,9 @@ do_one_test ()
do_one_test --mixed do_one_test --mixed
do_one_test -m single 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