mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
Added inferno to common.config
Merge of xfs-cmds-melb:slinx:20045a by kenmcd. Added inferno
This commit is contained in:
+11
-1
@@ -318,6 +318,7 @@ known_hosts()
|
||||
#TEST_LOGDEV=/dev/sda9
|
||||
#TEST_RTDEV=/dev/sda10
|
||||
SCRATCH_MNT=/mnt/scratch
|
||||
#SCRATCH_DEV=emu:/mnt/scratch
|
||||
SCRATCH_DEV=/dev/sda5
|
||||
SCRATCH_LOGDEV=/dev/sda8
|
||||
SCRATCH_RTDEV=/dev/sda7
|
||||
@@ -333,7 +334,8 @@ known_hosts()
|
||||
TEST_DEV=/dev/dsk/dks0d2s0
|
||||
#TEST_LOGDEV=
|
||||
SCRATCH_MNT=/mnt/scratch
|
||||
SCRATCH_DEV=/dev/dsk/dks0d2s1
|
||||
#SCRATCH_DEV=emu:/mnt/scratch
|
||||
SCRATCH_DEV=/dev/dsk/dks0d2s1
|
||||
#SCRATCH_LOGDEV=
|
||||
#SCRATCH_RTDEV=
|
||||
TAPE_DEV=/dev/tape
|
||||
@@ -349,6 +351,14 @@ known_hosts()
|
||||
SCRATCH_MNT=/mnt/scratch
|
||||
SCRATCH_DEV=/dev/sdb2
|
||||
;;
|
||||
inferno)
|
||||
MODULAR=0
|
||||
EMAIL="ajones@sgi.com"
|
||||
TEST_DIR=/mnt/test
|
||||
TEST_DEV=/dev/sdb1
|
||||
SCRATCH_MNT=/mnt/scratch
|
||||
SCRATCH_DEV=/dev/sdb2
|
||||
;;
|
||||
|
||||
*)
|
||||
echo "Error: need to define parameters for host $HOST"
|
||||
|
||||
Reference in New Issue
Block a user