Adding permit and indra as test machines

This commit is contained in:
Nathan Straz
2001-10-08 20:19:06 +00:00
parent 8cb9a67668
commit 95b0e99261
+12 -1
View 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