# NB: -*- Makefile -*- AND a shell script. #export SUPERMIN=/home/rjones/d/supermin/src/supermin #export LIBGUESTFS_HV=/home/rjones/d/qemu/x86_64-softmmu/qemu-system-x86_64 #export SUPERMIN_KERNEL=/home/rjones/d/linux/arch/x86/boot/bzImage #export SUPERMIN_MODULES=/tmp/lib/modules/4.6.0-rc5+ # Parallel test kills libvirt. export SKIP_TEST_PARALLEL_MOUNT_LOCAL=1 # Fails under valgrind because cpio subprocess has a memory leak. export SKIP_TEST_FILE_ARCHITECTURE_11=1 export SKIP_TEST_FILE_ARCHITECTURE_15=1 # Fails under valgrind because xzcat subprocess has a memory leak. export SKIP_TEST_FILE_ARCHITECTURE_17=1 # fusermount behaviour seems to have broken the test (RHBZ#1220751). export SKIP_TEST_FUSE_UMOUNT_RACE_SH=1 export SKIP_TEST_GUESTMOUNT_FD=1 # xfs_admin has no effect in Rawhide (RHBZ#1233220). export SKIP_TEST_XFS_ADMIN=1 export SKIP_TEST_XFS_MISC_PL=1 # syslinux broken by mtools (RHBZ#1275087). export SKIP_TEST_SYSLINUX_PL=1 # These tests are broken by libvirt not supporting qemu >= 2.10 locking. # REMOVE THIS when fixed. export SKIP_TEST820RHBZ912499_PY=1