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
286 B
Plaintext
16 lines
286 B
Plaintext
# default localhost file, set up for virtual machines using KVM and
|
|
# virtio for it's block devices
|
|
#
|
|
MODULAR=0
|
|
TEST_DIR=/mnt/test
|
|
SCRATCH_MNT=/mnt/scratch
|
|
|
|
TEST_DEV=/dev/vda
|
|
SCRATCH_DEV=/dev/vdb
|
|
|
|
TEST_LOGDEV=/dev/vdc
|
|
SCRATCH_LOGDEV=/dev/vdd
|
|
|
|
TEST_RTDEV=/dev/vde
|
|
SCRATCH_RTDEV=/dev/vdf
|