From 4d9847210e9ca03baf0ffdf6b5235d24fffdad35 Mon Sep 17 00:00:00 2001 From: Tim Shimmin Date: Tue, 23 May 2006 15:40:33 +0000 Subject: [PATCH] add puffy as test machine Merge of master-melb:xfs-cmds:26001a by kenmcd. add puffy as test machine --- common.config | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/common.config b/common.config index 5585b61f..23a3311e 100644 --- a/common.config +++ b/common.config @@ -409,6 +409,15 @@ known_hosts() #RMT_TAPE_DEV=icy:/dev/st0 #RMT_TAPE_USER=guest ;; + puffy) + MODULAR=1 + EMAIL="tes@sgi.com" + TEST_DIR=/mnt/test + TEST_DEV=/dev/sda7 + SCRATCH_MNT=/mnt/scratch + SCRATCH_DEV=/dev/sda8 + TAPE_DEV=/dev/st0 + ;; *) echo "Error: need to define parameters for host $HOST" exit 1 -- 2.39.5