mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
b9e446cbdf
Left over from the days of ASG, all stale. Remove them, leaving just an simple example that defines all the variables that can be configured. Also, add a localhost defined config set up for simple KVM based guest test configs using virtio for their block devices to simplify test setup in such scenarios.. Signed-off-by: Dave Chinner <dchinner@redhat.com> Reviewed-by: Phil White <pwhite@sgi.com> Signed-off-by: Rich Johnston <rjohnston@sgi.com>
16 lines
391 B
Plaintext
16 lines
391 B
Plaintext
# Example config file with all typical device options set for full
|
|
# XFS kernel, progs and dump testing.
|
|
MODULAR=0
|
|
SCRATCH_MNT=/mnt/scratch
|
|
SCRATCH_DEV=/dev/sdb5
|
|
SCRATCH_RTDEV=/dev/sdc1
|
|
SCRATCH_LOGDEV=/dev/ram0
|
|
TEST_DIR=/mnt/test
|
|
TEST_DEV=/dev/sdc3
|
|
TEST_RTDEV=/dev/sdb6
|
|
TEST_LOGDEV=/dev/ram1
|
|
TAPE_DEV=/dev/st0
|
|
RMT_TAPE_DEV=bruce:/dev/st0
|
|
RMT_IRIXTAPE_DEV=snort:/dev/tape
|
|
RMT_TAPE_USER=guest
|