QA updates.
[xfstests-dev.git] / common.config
index 269e6b0b0582eeccd00afa5acb7d9a0b3484650d..623ffec54081db47a7cb8a215852221ed7cbc6b7 100644 (file)
@@ -68,22 +68,26 @@ 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
     bruce)
        MODULAR=0
        EMAIL="nathans@larry"
-        TEST_DEV=/dev/sda10
-       TEST_DIR=/mnt/xfs1
-       SCRATCH_DEV=/dev/sda9
        SCRATCH_MNT=/mnt/xfs0
+       SCRATCH_DEV=/dev/sdb5
+       SCRATCH_RTDEV=/dev/sda9
        SCRATCH_LOGDEV=/dev/sda11
+       TEST_DIR=/mnt/xfs1
+        TEST_DEV=/dev/sda10
        TAPE_DEV=/dev/st0
        RMT_TAPE_DEV=bruce:/dev/st0
        RMT_IRIXTAPE_DEV=snort:/dev/tape
@@ -114,15 +118,15 @@ in
        TEST_DIR=/mnt/test
         SCRATCH_DEV=/dev/hda7
        SCRATCH_MNT=/mnt/scratch
+        SCRATCH_LOGDEV=/dev/hda9
        ;;
-    troppo)
+    goldfish)
        MODULAR=0
-       EMAIL="kaos@larry"
-       TEST_DEV=/dev/hdb13
-       TEST_DIR=/mnt/test
-       SCRATCH_DEV=/dev/hdb14
-       SCRATCH_MNT=/mnt/scratch
-       SCRATCH_LOGDEV=/dev/hdb15
+       TEST_DEV=/dev/hdc1
+       TEST_DIR=/mnt/xfs0
+       SCRATCH_DEV=/dev/hdc2
+       SCRATCH_MNT=/mnt/xfs1
+       SCRATCH_LOGDEV=/dev/hdc3
        ;;
     lord)
        TEST_DIR=/xfs
@@ -199,6 +203,16 @@ in
 #      RMT_IRIXTAPE_DEV=longhorn:/dev/tape
        RMT_TAPE_USER=guest
        ;;
+    lab343)
+       MODULAR=0
+       EMAIL="hch@sgi.com"
+       TEST_DEV=/dev/sdb1
+       SCRATCH_DEV=/dev/sdb2
+       SCRATCH_LOGDEV=/dev/sdb5
+       SCRATCH_RTDEV=/dev/sdb6
+       TEST_DIR=/qa/test
+       SCRATCH_MNT=/qa/scratch
+       ;;
     *)
        echo "common.config: Error: need to define parameters for host $HOST"
        exit 1