mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
ext4: add dump/restore test
This test case will first use fsstress to fill a file system, then dump it to standard output and restore it from standard input, finally check that the original contents and the new contents generated by restore tool will be same. Signed-off-by: Xiaoguang Wang <wangxg.fnst@cn.fujitsu.com> Reviewed-by: Dave Chinner <dchinner@redhat.com> Signed-off-by: Dave Chinner <david@fromorbit.com>
This commit is contained in:
committed by
Dave Chinner
parent
595b93e9c8
commit
bf1b82fd64
@@ -188,6 +188,8 @@ export LOGGER_PROG="`set_prog_path logger`"
|
||||
export DBENCH_PROG="`set_prog_path dbench`"
|
||||
export DMSETUP_PROG="`set_prog_path dmsetup`"
|
||||
export WIPEFS_PROG="`set_prog_path wipefs`"
|
||||
export DUMP_PROG="`set_prog_path dump`"
|
||||
export RESTORE_PROG="`set_prog_path restore`"
|
||||
|
||||
# Generate a comparable xfsprogs version number in the form of
|
||||
# major * 10000 + minor * 100 + release
|
||||
|
||||
Reference in New Issue
Block a user