xfs/128: cycle_mount the scratch device

This test uses the scratch device, so cycle that, not the test dev.
This is also a xfs_fsr test, so put it in the fsr group.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Eryu Guan <eguan@redhat.com>
Signed-off-by: Eryu Guan <eguan@redhat.com>
This commit is contained in:
Darrick J. Wong
2016-08-03 15:48:55 -07:00
committed by Eryu Guan
parent dd6eca7b0e
commit f9261d3646
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -66,7 +66,7 @@ _pwrite_byte 0x61 0 $((blks * blksz)) $testdir/file1 >> $seqres.full
_cp_reflink $testdir/file1 $testdir/file2 _cp_reflink $testdir/file1 $testdir/file2
_cp_reflink $testdir/file2 $testdir/file3 _cp_reflink $testdir/file2 $testdir/file3
_cp_reflink $testdir/file3 $testdir/file4 _cp_reflink $testdir/file3 $testdir/file4
_test_cycle_mount _scratch_cycle_mount
free_blocks1=$(stat -f $testdir -c '%f') free_blocks1=$(stat -f $testdir -c '%f')
md5sum $testdir/file1 | _filter_scratch md5sum $testdir/file1 | _filter_scratch
@@ -82,7 +82,7 @@ c04=$(_md5_checksum $testdir/file4)
echo "CoW the reflink copies" echo "CoW the reflink copies"
_pwrite_byte 0x62 $blksz $blksz $testdir/file2 >> $seqres.full _pwrite_byte 0x62 $blksz $blksz $testdir/file2 >> $seqres.full
_pwrite_byte 0x63 $(( blksz * (blks - 1) )) $blksz $testdir/file3 >> $seqres.full _pwrite_byte 0x63 $(( blksz * (blks - 1) )) $blksz $testdir/file3 >> $seqres.full
_test_cycle_mount _scratch_cycle_mount
free_blocks2=$(stat -f $testdir -c '%f') free_blocks2=$(stat -f $testdir -c '%f')
md5sum $testdir/file1 | _filter_scratch md5sum $testdir/file1 | _filter_scratch
@@ -101,7 +101,7 @@ $XFS_FSR_PROG -v -d $testdir/file1 >> $seqres.full
$XFS_FSR_PROG -v -d $testdir/file2 >> $seqres.full # fsr probably breaks the link $XFS_FSR_PROG -v -d $testdir/file2 >> $seqres.full # fsr probably breaks the link
$XFS_FSR_PROG -v -d $testdir/file3 >> $seqres.full # fsr probably breaks the link $XFS_FSR_PROG -v -d $testdir/file3 >> $seqres.full # fsr probably breaks the link
$XFS_FSR_PROG -v -d $testdir/file4 >> $seqres.full # fsr probably ignores this file $XFS_FSR_PROG -v -d $testdir/file4 >> $seqres.full # fsr probably ignores this file
_test_cycle_mount _scratch_cycle_mount
free_blocks3=$(stat -f $testdir -c '%f') free_blocks3=$(stat -f $testdir -c '%f')
md5sum $testdir/file1 | _filter_scratch md5sum $testdir/file1 | _filter_scratch
+1 -1
View File
@@ -125,7 +125,7 @@
125 fuzzers 125 fuzzers
126 fuzzers 126 fuzzers
127 auto quick clone 127 auto quick clone
128 auto quick clone 128 auto quick clone fsr
129 auto quick clone 129 auto quick clone
130 fuzzers clone 130 fuzzers clone
131 auto quick clone 131 auto quick clone