blob: 75decb041bc013785ac1b14f36d3ad16c7561f80 [file] [log] [blame]
#
# Default configuration for android-xfstests
#
# Variables set here may be overridden in ~/.config/android-xfstests
#
# Path to chroot tarball; this can also be set by the -I option
ROOT_FS="$(dirname $DIR)/test-appliance/root_fs.tar.gz"
# Where to download the tarball from (at user's request) if we don't have it.
# If you want to disable this functionality, set this to an empty string.
ROOT_FS_URL="https://www.kernel.org/pub/linux/kernel/people/tytso/kvm-xfstests/root_fs.arm64.tar.gz"
# Path to the kernel which android-xfstests will boot on the device using
# 'fastboot boot', if it's not already running. This can also be set by the
# --kernel option. If unset or empty, the existing kernel will be used.
#KERNEL=$HOME/linux/arch/arm64/boot/Image.lz4-dtb
ARCH=arm64