1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
Test-Command: ./check
Depends: pandoc, python3-coverage-test-runner (>= 1.13.1-6~), vmdb2
Restrictions: allow-stderr
# Deactivated for now, as these succeed locally, but fail in autopkgtest
# environments, even with isolation-machine
#Test-Command: TERM=linux ./check-all "$AUTOPKGTEST_TMP"
# ; cp "$AUTOPKGTEST_TMP/check.log" "$AUTOPKGTEST_ARTIFACTS"
#Depends: ansible,
# binfmt-support,
# debootstrap,
# dosfstools,
# e2fsprogs,
# expect,
# ipxe-qemu,
# kpartx,
# ovmf,
# ovmf-ia32,
# pandoc,
# parted,
# python3-coverage-test-runner,
# qemu-efi-aarch64,
# qemu-efi-arm,
# qemu-slof,
# qemu-system-arm,
# qemu-system-ppc,
# qemu-system-x86,
# qemu-user-static,
# vmdb2,
#Restrictions: allow-stderr, needs-root, needs-internet, isolation-machine
# vmdb2 does not work under lxc, as we have the error from kpartx:
# /dev/mapper/control: open failed: Operation not permitted
# Failure to communicate with kernel device-mapper driver.
# Check that device-mapper is available in the kernel.
# Incompatible libdevmapper 1.02.173 (2020-08-09) and kernel driver (unknown version).
# device mapper prerequisites not met
|