Files
apfstests/configs/localhost.config
T
Dave Chinner b9e446cbdf xfstests: remove stale machine configs
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>
2013-03-26 10:40:19 -05:00

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