mirror of
https://github.com/kdave/btrfs-progs
synced 2025-01-28 00:12:47 +00:00
btrfs-progs: tests: add fuzz test to try btrfs-image on all images
Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
9fc5aefe45
commit
faaeee5bf3
24
tests/fuzz-tests/002-simple-image/test.sh
Executable file
24
tests/fuzz-tests/002-simple-image/test.sh
Executable file
@ -0,0 +1,24 @@
|
||||
#!/bin/bash
|
||||
|
||||
# iterate over all fuzzed images and run 'btrfs-image'
|
||||
|
||||
source $TOP/tests/common
|
||||
|
||||
setup_root_helper
|
||||
check_prereq btrfs-image
|
||||
|
||||
# redefine the one provided by common
|
||||
check_image() {
|
||||
local image
|
||||
|
||||
image=$1
|
||||
truncate -s0 target
|
||||
run_mayfail $TOP/btrfs-image "$image" target
|
||||
truncate -s0 target
|
||||
}
|
||||
|
||||
check_all_images $TOP/tests/fuzz-tests/images
|
||||
|
||||
rm -- target
|
||||
|
||||
exit 0
|
Loading…
Reference in New Issue
Block a user