QA updates.
[xfstests-dev.git] / common.config
index fccd9ac577b43e8b5fb81abdea9a4f291c944a7e..623ffec54081db47a7cb8a215852221ed7cbc6b7 100644 (file)
@@ -68,11 +68,14 @@ export EXTRA=${EXTRA:=-xfs-qa}
 SOAK_PROC=3            # -p option to fsstress
 SOAK_STRESS=10000      # -n option to fsstress
 SOAK_PASSES=-1         # count of repetitions of fsstress (while soaking)
-BENCH_PASSES=5         # count of repetitions of benchmarks (want averages)
 EMAIL=root@localhost   # where auto-qa will send its status messages
 export MKFS_OPTIONS=${MKFS_OPTIONS:=-bsize=4096}
 export MOUNT_OPTIONS=${MOUNT_OPTIONS:=-ologbufs=2}
+export BENCH_PASSES=${BENCH_PASSES:=5}
+
+export DEBUG=${DEBUG:=-DEXPERIMENTAL_LARGE_SECTORS}
 export MALLOCLIB=${MALLOCLIB:=/usr/lib/libefence.a}
+export LOCAL_CONFIGURE_OPTIONS=${LOCAL_CONFIGURE_OPTIONS:=--enable-readline=yes}
 
 case "$HOST"
 in
@@ -204,8 +207,10 @@ in
        MODULAR=0
        EMAIL="hch@sgi.com"
        TEST_DEV=/dev/sdb1
-       TEST_DIR=/qa/test
        SCRATCH_DEV=/dev/sdb2
+       SCRATCH_LOGDEV=/dev/sdb5
+       SCRATCH_RTDEV=/dev/sdb6
+       TEST_DIR=/qa/test
        SCRATCH_MNT=/qa/scratch
        ;;
     *)