merge up to 2.4.12
[xfstests-dev.git] / common.config
index fb6044938569245665b25458c6d071e5fbf9bda9..ef5a75f678e039cfbabbe9fe61431ceee5189494 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
 #
 
 #
@@ -89,6 +90,7 @@ in
        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
@@ -114,6 +116,7 @@ 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
@@ -123,17 +126,19 @@ in
        SCRATCH_LOGDEV=/dev/xfs_log
        ;;
     troppo)
-       TEST_DEV=/dev/hdb11
+       TEST_DEV=/dev/hdb13
        TEST_DIR=/mnt/test
-       SCRATCH_DEV=/dev/hdb12
+       SCRATCH_DEV=/dev/hdb14
        SCRATCH_MNT=/mnt/scratch
-       #SCRATCH_LOGDEV=/dev/hdb9
-       #SCRATCH_RTDEV=/dev/hdb10
+       SCRATCH_RTDEV=/dev/hdb15
+       SCRATCH_LOGDEV=/dev/hdb16
        ;;
     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
        ;;
     lumpy)
@@ -157,7 +162,29 @@ in
        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