mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
fstests: test for fallocate capability in more tests
These 3 tests explicitly call xfs_io's fallocate command, test whether it works before running the test. Signed-off-by: Eric Sandeen <sandeen@redhat.com> Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Zorro Lang <zlang@redhat.com> Signed-off-by: Eryu Guan <guaneryu@gmail.com>
This commit is contained in:
@@ -23,6 +23,7 @@ _supported_fs generic
|
||||
_supported_os Linux
|
||||
|
||||
_require_test
|
||||
_require_xfs_io_command "falloc"
|
||||
_require_seek_data_hole
|
||||
|
||||
src=$TEST_DIR/seek_copy_testfile
|
||||
|
||||
@@ -76,6 +76,7 @@ rm -f $seqres.full
|
||||
_supported_fs generic
|
||||
_supported_os Linux
|
||||
_require_test
|
||||
_require_xfs_io_command "falloc"
|
||||
_require_xfs_io_command "finsert"
|
||||
|
||||
blksize=`_get_block_size $TEST_DIR`
|
||||
|
||||
@@ -29,6 +29,7 @@ _cleanup()
|
||||
# real QA test starts here
|
||||
_supported_os Linux
|
||||
_supported_fs generic
|
||||
_require_xfs_io_command "falloc"
|
||||
_require_test_program swapon
|
||||
_require_scratch_swapfile
|
||||
|
||||
|
||||
Reference in New Issue
Block a user