Adding dmnt2 and defining its parameters.
[xfstests-dev.git] / common.config
index b9474d1e1d136c41af22cf837c64de7a8ca2c54b..be8302426f8427a7f2f6ba4cc5620158b7e828bc 100644 (file)
@@ -48,6 +48,7 @@
 # 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
 #
 
 #
@@ -80,13 +81,6 @@ _readlink()
 
 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
-       ;;
     bruce)
         TEST_DEV=/dev/sda10
        TEST_DIR=/mnt/xfs1
@@ -96,6 +90,7 @@ in
        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
@@ -111,28 +106,35 @@ in
        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
+    frodo)
+        TEST_DEV=/dev/hda6
+       TEST_DIR=/mnt/test
+        SCRATCH_DEV=/dev/hda7
+       SCRATCH_MNT=/mnt/scratch
        ;;
     troppo)
-       TEST_DEV=/dev/hdb6
+       TEST_DEV=/dev/hdb13
        TEST_DIR=/mnt/test
-       SCRATCH_DEV=/dev/hdb7
+       SCRATCH_DEV=/dev/hdb14
        SCRATCH_MNT=/mnt/scratch
-       SCRATCH_LOGDEV=/dev/hdb9
-       SCRATCH_RTDEV=/dev/hdb10
+       SCRATCH_LOGDEV=/dev/hdb15
        ;;
     lord)
        TEST_DIR=/xfs
-       TEST_DEV=/dev/sda4
-       SCRATCH_DEV=/dev/hda2
+       TEST_DEV=/dev/sda5
+       SCRATCH_DEV=/dev/sda6
+       SCRATCH_LOGDEV=/dev/hda7
+       SCRATCH_RTDEV=/dev/hda8
        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
@@ -147,14 +149,54 @@ in
        SCRATCH_LOGDEV=/dev/hda10
        SCRATCH_RTDEV=/dev/hda11
        ;;
-    snowy)
-       TEST_DEV=/dev/sda7
+    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/sda8
+       SCRATCH_DEV=/dev/sdd1
        SCRATCH_MNT=/mnt/xfs1
-       SCRATCH_LOGDEV=/dev/sda9
        ;;
-
+    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
+       ;;
     *)
        echo "common.config: Error: need to define parameters for host `hostname -s`"
        exit 1