Add test system 'mallet'.

Merge of master-melb:xfs-cmds:29732a by kenmcd.

  Add test system 'mallet'.
This commit is contained in:
Lachlan McIlroy
2007-09-20 16:19:18 +00:00
parent 979ed6f333
commit e222ca096a
+7
View File
@@ -570,6 +570,13 @@ known_hosts()
SCRATCH_MNT=/mnt/scratch
SCRATCH_DEV=/dev/sdb2
;;
mallet)
MODULAR=1
TEST_DIR=/mnt/test
TEST_DEV=/dev/sda3
SCRATCH_MNT=/mnt/scratch
SCRATCH_DEV=/dev/sda4
;;
*)
echo "Error: need to define parameters for host $HOST"
exit 1