Update xfstests control scripts to allow multiple kernel versions and multiple archit...
[xfstests-dev.git] / common.config
index ef5a75f678e039cfbabbe9fe61431ceee5189494..76ee3cbc10786534172cbb8651ef5d2de69d1f7a 100644 (file)
@@ -1,7 +1,7 @@
 ##/bin/sh
 
 #
-# Copyright (c) 2000 Silicon Graphics, Inc.  All Rights Reserved.
+# Copyright (c) 2000-2003 Silicon Graphics, Inc.  All Rights Reserved.
 # 
 # This program is free software; you can redistribute it and/or modify it
 # under the terms of version 2 of the GNU General Public License as
 # 
 # and optionally:
 # SCRATCH_LOGDEV       - scratch log device for external log testing
-# SCRATCH_RTDEV                - scratch rt dev (only for testing cmds currently)
+# SCRATCH_RTDEV                - scratch rt dev
+# TEST_LOGDEV          - test log device for external log testing
+# TEST_RTDEV           - test rt dev
 # TAPE_DEV             - the tape device for the xfsdump tests
 # RMT_TAPE_DEV         - the remote tape device for the xfsdump tests
 # RMT_IRIXTAPE_DEV     - the IRIX remote tape device for the xfsdump tests
 # RMT_TAPE_USER                - remote user for tape device
 #
-
-#
+# - These can be added to known_hosts() below or a separate local
+#   configuration file can be used (using the HOST_OPTIONS variable).
 # - This script is shared by the stress test system and the auto-qa
-#   system
+#   system (includes both regression test and benchmark components).
 # - TEST_DEV & TEST_DIR must be assigned.
 # - this script shouldn't make any assertions about filesystem
 #   validity or mountedness.
 #
 
-_readlink()
-{
-    if [ $# -ne 1 ]
-    then
-       echo "Usage: _readlink filename" 1>&2
-       exit 1
-    fi
+HOST=`hostname -s`
+MODULAR=0              # using XFS as a module or not
+BOOT="/boot"           # install target for kernels
+export EXTRA=${EXTRA:=xfs-qa}
 
-    perl -e "\$in=\"$1\";" -e '
-       $lnk = readlink($in);
-       if ($lnk =~ m!^/.*!) {
-         print "$lnk\n";
-       }
-       else {
-         chomp($dir = `dirname $in`);
-         print "$dir/$lnk\n";
-       }'
-}
+# general parameters (mainly for auto-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)
+EMAIL=root@localhost   # where auto-qa will send its status messages
+export HOST_OPTIONS=${HOST_OPTIONS:=local.config}
+export MKFS_OPTIONS=${MKFS_OPTIONS:=-bsize=4096}
+export MOUNT_OPTIONS=${MOUNT_OPTIONS:=-ologbufs=2}
+export CHECK_OPTIONS=${CHECK_OPTIONS:="-g auto"}
+export BENCH_PASSES=${BENCH_PASSES:=5}
 
+#export DEBUG=${DEBUG:=...} # arbitrary CFLAGS really.
+export MALLOCLIB=${MALLOCLIB:=/usr/lib/libefence.a}
+export LOCAL_CONFIGURE_OPTIONS=${LOCAL_CONFIGURE_OPTIONS:=--enable-readline=yes}
 
-case `hostname -s`
-in
-    fuzzy)
-        TEST_DEV=/dev/sda6
-       TEST_DIR=/mnt/xfs1
-       SCRATCH_DEV=/dev/sda5
-       SCRATCH_MNT=/mnt/xfs0
-       SCRATCH_LOGDEV=/dev/sda7
-       TAPE_DEV=/dev/st0
-       RMT_TAPE_DEV=fuzzy:/dev/st0
-       RMT_IRIXTAPE_DEV=snort:/dev/tape
-       RMT_TAPE_USER=guest
-       ;;
-    bruce)
-        TEST_DEV=/dev/sda10
-       TEST_DIR=/mnt/xfs1
-       SCRATCH_DEV=/dev/sda9
-       SCRATCH_MNT=/mnt/xfs0
-       SCRATCH_LOGDEV=/dev/sda11
-       TAPE_DEV=/dev/st0
-       RMT_TAPE_DEV=bruce:/dev/st0
-       RMT_IRIXTAPE_DEV=snort:/dev/tape
-       ;;
-    sherman)
-       TEST_DEV=/dev/sda10
-       TEST_DIR=/mnt/xfs1
-       SCRATCH_DEV=/dev/sda9
-       SCRATCH_MNT=/mnt/xfs0
-        ;;
-    sagan)
-        TEST_DEV=/dev/sda6
-       TEST_DIR=/mnt/xfs0
-       SCRATCH_DEV=/dev/sda7
-       SCRATCH_MNT=/mnt/xfs1
-       TAPE_DEV=/dev/st0
-       RMT_TAPE_DEV=sagan:/dev/st0
-       RMT_IRIXTAPE_DEV=snort:/dev/tape
-       RMT_TAPE_USER=guest
-       ;;
-    leesa)
-        TEST_DEV=/dev/xfs_test
-       TEST_DIR=/mnt/xfs_test
-        SCRATCH_DEV=/dev/xfs_scratch
-       SCRATCH_MNT=/mnt/xfs_scratch
-       SCRATCH_LOGDEV=/dev/xfs_log
-       ;;
-    troppo)
-       TEST_DEV=/dev/hdb13
-       TEST_DIR=/mnt/test
-       SCRATCH_DEV=/dev/hdb14
-       SCRATCH_MNT=/mnt/scratch
-       SCRATCH_RTDEV=/dev/hdb15
-       SCRATCH_LOGDEV=/dev/hdb16
-       ;;
-    lord)
-       TEST_DIR=/xfs
-       TEST_DEV=/dev/sda5
-       SCRATCH_DEV=/dev/sda6
-       SCRATCH_LOGDEV=/dev/hda7
-       SCRATCH_RTDEV=/dev/hda8
-       SCRATCH_MNT=/xfs1
-       ;;
-    lumpy)
-       TEST_DEV=/dev/sdc5
-       TEST_DIR=/mnt/scratch_0
-       SCRATCH_DEV=/dev/sdc7
-       SCRATCH_MNT=/mnt/scratch_2
-       ;;
-    bongo)
-       TEST_DEV=/dev/hda8
-       TEST_DIR=/xfs1
-       SCRATCH_DEV=/dev/hda9
-       SCRATCH_MNT=/xfs2
-       SCRATCH_LOGDEV=/dev/hda10
-       SCRATCH_RTDEV=/dev/hda11
-       ;;
-    snowy)
-       TEST_DEV=/dev/sda7
-       TEST_DIR=/mnt/xfs0
-       SCRATCH_DEV=/dev/sda8
-       SCRATCH_MNT=/mnt/xfs1
-       SCRATCH_LOGDEV=/dev/sda9
-       ;;
-    surly)
-        TEST_DEV=/dev/hda9
-       TEST_DIR=/mnt/xfs1
-       SCRATCH_DEV=/dev/hda8
-       SCRATCH_MNT=/mnt/xfs0
-       SCRATCH_LOGDEV=/dev/hda10
-       TAPE_DEV=/dev/st0
-       RMT_TAPE_DEV=fuzzy:/dev/st0
-       RMT_IRIXTAPE_DEV=blub:/dev/tape
-       RMT_TAPE_USER=guest
-       ;;
-    permit)
-       TEST_DEV=/dev/sdc1
-       TEST_DIR=/mnt/xfs0
-       SCRATCH_DEV=/dev/sdd1
-       SCRATCH_MNT=/mnt/xfs1
-       ;;
-    indra)
-       TEST_DEV=/dev/sdb1
-       TEST_DIR=/mnt/xfs0
-       SCRATCH_DEV=/dev/sdb2
-       SCRATCH_MNT=/mnt/xfs1
-       ;;
-    *)
-       echo "common.config: Error: need to define parameters for host `hostname -s`"
-       exit 1
-       ;;
-esac
+known_hosts()
+{
+       case "$HOST"
+       in
+           bruce)
+               MODULAR=0
+               EMAIL="nathans@larry"
+               SCRATCH_MNT=/mnt/xfs0
+               SCRATCH_DEV=/dev/sdb5
+               SCRATCH_LOGDEV=/dev/sda11
+               TEST_DIR=/mnt/xfs1
+               TEST_DEV=/dev/sdc3
+               TEST_LOGDEV=/dev/sda9
+               TAPE_DEV=/dev/st0
+               RMT_TAPE_DEV=bruce:/dev/st0
+               RMT_IRIXTAPE_DEV=snort:/dev/tape
+               RMT_TAPE_USER=guest
+               ;;
+           sherman)
+               TEST_DEV=/dev/sda10
+               TEST_DIR=/mnt/xfs1
+               SCRATCH_DEV=/dev/sda9
+               SCRATCH_MNT=/mnt/xfs0
+               ;;
+           flutz)
+               MODULAR=0
+               EMAIL="nathans@larry"
+               TEST_DEV=/dev/sda5
+               TEST_LOGDEV=/dev/sda9
+               TEST_DIR=/xfsqa1
+               SCRATCH_DEV=/dev/sda6
+               SCRATCH_LOGDEV=/dev/sda7
+               SCRATCH_MNT=/xfsqa2
+               TAPE_DEV=/dev/st0
+               RMT_TAPE_DEV=bruce:/dev/st0
+               RMT_IRIXTAPE_DEV=snort:/dev/tape
+               RMT_TAPE_USER=guest
+               ;;
+           frodo)
+               MODULAR=0
+               EMAIL="nathans@larry"
+               TEST_DEV=/dev/hda6
+               TEST_DIR=/mnt/test
+               SCRATCH_DEV=/dev/hda7
+               SCRATCH_MNT=/mnt/scratch
+               SCRATCH_LOGDEV=/dev/hda9
+               ;;
+           goldfish)
+               MODULAR=0
+               TEST_DEV=/dev/hdc1
+               TEST_DIR=/mnt/xfs0
+               SCRATCH_DEV=/dev/hdc2
+               SCRATCH_MNT=/mnt/xfs1
+               SCRATCH_LOGDEV=/dev/hdc3
+               ;;
+           lord)
+               TEST_DIR=/xfs
+               TEST_DEV=/dev/sda5
+               SCRATCH_DEV=/dev/hda7
+               SCRATCH_LOGDEV=/dev/sda6
+               SCRATCH_MNT=/xfs1
+               ;;
+           burst)
+               TEST_DIR=/xfs
+               TEST_DEV=/dev/hda3
+               SCRATCH_DEV=/dev/hda7
+               SCRATCH_MNT=/scratch
+               ;;
+           lumpy)
+               TEST_DEV=/dev/sdc5
+               TEST_DIR=/mnt/scratch_0
+               SCRATCH_DEV=/dev/sdc7
+               SCRATCH_MNT=/mnt/scratch_2
+               ;;
+           bongo)
+               TEST_DEV=/dev/hda8
+               TEST_DIR=/xfs1
+               SCRATCH_DEV=/dev/hda9
+               SCRATCH_MNT=/xfs2
+               SCRATCH_LOGDEV=/dev/hda10
+               SCRATCH_RTDEV=/dev/hda11
+               ;;
+           surly)
+               TEST_DEV=/dev/hda9
+               TEST_DIR=/mnt/xfs1
+               SCRATCH_DEV=/dev/hda8
+               SCRATCH_MNT=/mnt/xfs0
+               SCRATCH_LOGDEV=/dev/hda10
+               TAPE_DEV=/dev/st0
+               RMT_TAPE_DEV=fuzzy:/dev/st0
+               RMT_IRIXTAPE_DEV=blub:/dev/tape
+               RMT_TAPE_USER=guest
+               ;;
+           permit)
+               TEST_DEV=/dev/sdc1
+               TEST_DIR=/mnt/xfs0
+               SCRATCH_DEV=/dev/sdd1
+               SCRATCH_MNT=/mnt/xfs1
+               ;;
+           indra)
+               TEST_DEV=/dev/sdb1
+               TEST_DIR=/mnt/xfs0
+               SCRATCH_DEV=/dev/sdb2
+               SCRATCH_MNT=/mnt/xfs1
+               ;;
+           usermode)
+               TEST_DEV=/dev/ubd/1
+               TEST_DIR=/mnt/test
+               SCRATCH_DEV=/dev/ubd/2
+               SCRATCH_MNT=/mnt/scratch
+               SCRATCH_RTDEV=/dev/ubd/3
+               SCRATCH_LOGDEV=/dev/ubd/4
+               ;;
+           lite)
+               TEST_DEV=/dev/sda1
+               TEST_DIR=/mnt/sda1
+               SCRATCH_DEV=/dev/sda2
+               SCRATCH_MNT=/mnt/sda2
+               SCRATCH_LOGDEV=/dev/sda3
+               ;;
+           dmfnt2)
+               TEST_DEV=/dev/sda6
+               TEST_DIR=/mnt/test
+               SCRATCH_DEV=/dev/sdc6
+               SCRATCH_MNT=/mnt/scratch
+               TAPE_DEV=/dev/st0
+               RMT_TAPE_DEV=longhorn:/dev/tape
+               # 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 "Error: need to define parameters for host $HOST"
+               exit 1
+               ;;
+       esac
+}
+
+if [ -f "$HOST_OPTIONS" ]; then
+    source "$HOST_OPTIONS"
+else
+    known_hosts
+fi
 
 if [ ! -b "$TEST_DEV" ]
 then
@@ -215,6 +258,25 @@ then
     exit 1
 fi
 
+_readlink()
+{
+    if [ $# -ne 1 ]
+    then
+       echo "Usage: _readlink filename" 1>&2
+       exit 1
+    fi
+
+    perl -e "\$in=\"$1\";" -e '
+       $lnk = readlink($in);
+       if ($lnk =~ m!^/.*!) {
+         print "$lnk\n";
+       }
+       else {
+         chomp($dir = `dirname $in`);
+         print "$dir/$lnk\n";
+       }'
+}
+
 # if devfs is running expand the full /dev/.. pathname - this is what will be
 # returned by utilities such as mount
 [ -L "$TEST_DEV" ] && TEST_DEV=`_readlink $TEST_DEV`