fstests: move test group info to test files
[xfstests-dev.git] / tests / generic / 129
1 #! /bin/bash
2 # SPDX-License-Identifier: GPL-2.0
3 # Copyright (c) 2006 Silicon Graphics, Inc.  All Rights Reserved.
4 #
5 # FSQA Test No. 129
6 #
7 # looptests created from CXFSQA test looptest
8 #
9 . ./common/preamble
10 _begin_fstest rw auto quick
11
12 # Import common functions.
13 . ./common/filter
14
15 echo_and_run()
16 {
17     echo "$1"
18     $1
19 }
20
21 # real QA test starts here
22 _supported_fs generic
23
24 _require_scratch
25 _require_sparse_files
26
27 _scratch_mkfs >/dev/null 2>&1
28 _scratch_mount "-o nosuid"
29
30 mkdir $SCRATCH_MNT/looptest
31
32 $here/src/looptest -i 100000 -r -w -b 8192 -s $SCRATCH_MNT/looptest/looptest1.tst
33 $here/src/looptest -i 10000 -t -r -w -s -b 102400 $SCRATCH_MNT/looptest/looptest2.tst
34 $here/src/looptest -i 50000 -r -w -b 256 -s $SCRATCH_MNT/looptest/looptest3.tst
35 $here/src/looptest -i 2000 -o -r -w -b 8192 -s $SCRATCH_MNT/looptest/looptest4.tst
36
37 status=0
38 exit