From: Nathan Straz Date: Mon, 8 Oct 2001 20:19:06 +0000 (+0000) Subject: Adding permit and indra as test machines X-Git-Tag: v1.1.0~1199 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=95b0e99261034cc5674a72428802cec7949f3147;p=users%2Fhch%2Fxfstests-dev.git Adding permit and indra as test machines --- diff --git a/common.config b/common.config index 64bb0136a..588114a2f 100644 --- a/common.config +++ b/common.config @@ -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