mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
Adding permit and indra as test machines
This commit is contained in:
+12
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user