update my test config
[xfstests-dev.git] / common.config
index 0813e918edef7c85f4ad814229b15d0502d3a5cc..934f316819b57dff22caf2135a7defd0044fc81a 100644 (file)
@@ -1,7 +1,7 @@
 ##/bin/sh
 
 #
-# Copyright (c) 2000 Silicon Graphics, Inc.  All Rights Reserved.
+# Copyright (c) 2000-2002 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
@@ -124,9 +124,8 @@ in
     lord)
        TEST_DIR=/xfs
        TEST_DEV=/dev/sda5
-       SCRATCH_DEV=/dev/sda6
-       SCRATCH_LOGDEV=/dev/hda7
-       SCRATCH_RTDEV=/dev/hda8
+       SCRATCH_DEV=/dev/hda7
+       SCRATCH_LOGDEV=/dev/sda6
        SCRATCH_MNT=/xfs1
        ;;
     burst)
@@ -187,6 +186,16 @@ in
        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
+       ;;
     *)
        echo "common.config: Error: need to define parameters for host `hostname -s`"
        exit 1