Add a couple of test boxes for convenience.

Cleanup some endline whitespace.
Merge of master-melb:xfs-cmds:22996a by kenmcd.

  Add a couple of test boxes for convenience.
  Cleanup some endline whitespace.
This commit is contained in:
Tim Shimmin
2005-06-27 14:57:49 +00:00
parent 33b57b6af6
commit f55ff6b3fe
+14
View File
@@ -374,6 +374,20 @@ known_hosts()
RMT_TAPE_DEV=icy:/dev/st0
RMT_TAPE_USER=guest
;;
crackle)
#irix-crackle
TEST_DIR=/mnt/xfs
SCRATCH_MNT=/mnt/xfs2
TEST_DEV=/dev/dsk/dks0d1s3
SCRATCH_DEV=/dev/dsk/dks0d1s4
;;
tinkle)
#irix-patchbox-tinkle
TEST_DEV=/dev/dsk/dks0d2s0
TEST_DIR=/mnt/xfs_test
SCRATCH_DEV=/dev/dsk/dks0d2s1
SCRATCH_MNT=/mnt/xfs_scratch
;;
*)
echo "Error: need to define parameters for host $HOST"
exit 1