# NB: -*- Makefile -*- AND a shell script. #export SUPERMIN=/home/rjones/d/supermin/src/supermin export SUPERMIN=/usr/bin/supermin5 # Parallel test runs out of resources starting qemu, unclear why. export SKIP_TEST_PARALLEL_MOUNT_LOCAL=1 # Skip vfs-minimum-size test which requires btrfs-progs >= 4.2 export SKIP_TEST_VFS_MINIMUM_SIZE_2=1 # This test fails if the available memory is ~ 4 GB, as it is # on the test machine. export SKIP_TEST_BIG_HEAP=1 # qemu-img: ./disk6.img: Could not preallocate data for the new file: Bad file descriptor # https://bugzilla.redhat.com/1265196 export SKIP_TEST_DISK_CREATE_SH=1 export SKIP_TEST_V2V_OA_OPTION_SH=1 # Skip tests which fail because discard does not work on NFS. export SKIP_TEST_BLKDISCARD_PL=1 export SKIP_TEST_FSTRIM_PL=1 export SKIP_TEST_DISCARD_PL=1 export SKIP_TEST_VIRT_SPARSIFY_IN_PLACE_SH=1 # libguestfs: error: mkfs_btrfs: /dev/sda1: Error: mixed metadata/data block groups require metadata blocksizes equal to the sectorsize export SKIP_TEST_MKFS_BTRFS_0=1 # These fail on RHEL 7. export SKIP_TEST_FILE_ARCHITECTURE_5=1 export SKIP_TEST_FILE_ARCHITECTURE_16=1 export SKIP_TEST_XFS_ADMIN_0=1 export SKIP_TEST_9P_SH=1