Adding permit and indra as test machines
[xfstests-dev.git] / common.config
index 64bb0136a850dde5af792fc5d2d5480e3651c24a..588114a2ff5117493f68816db78de482f4056d82 100644 (file)
@@ -171,7 +171,18 @@ in
        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