mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
Add a couple of test boxes for convenience.
Cleanup some endline whitespace. Merge of master-melb:xfs-cmds:22996a by kenmcd. Add a couple of test boxes for convenience. Cleanup some endline whitespace.
This commit is contained in:
@@ -374,6 +374,20 @@ known_hosts()
|
||||
RMT_TAPE_DEV=icy:/dev/st0
|
||||
RMT_TAPE_USER=guest
|
||||
;;
|
||||
crackle)
|
||||
#irix-crackle
|
||||
TEST_DIR=/mnt/xfs
|
||||
SCRATCH_MNT=/mnt/xfs2
|
||||
TEST_DEV=/dev/dsk/dks0d1s3
|
||||
SCRATCH_DEV=/dev/dsk/dks0d1s4
|
||||
;;
|
||||
tinkle)
|
||||
#irix-patchbox-tinkle
|
||||
TEST_DEV=/dev/dsk/dks0d2s0
|
||||
TEST_DIR=/mnt/xfs_test
|
||||
SCRATCH_DEV=/dev/dsk/dks0d2s1
|
||||
SCRATCH_MNT=/mnt/xfs_scratch
|
||||
;;
|
||||
*)
|
||||
echo "Error: need to define parameters for host $HOST"
|
||||
exit 1
|
||||
|
||||
Reference in New Issue
Block a user