diff options
author | Helmut Grohne <helmut@subdivi.de> | 2025-05-06 13:59:04 +0200 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2025-05-06 13:59:04 +0200 |
commit | 54904036ab07d8c445abf314fbe54823ca47b12c (patch) | |
tree | 99dc51244b01581ddbf92babbcec09465dc1c349 | |
parent | 8ec6a8724eb0d3a48080132e4c0376e664fc5953 (diff) | |
download | debvm-54904036ab07d8c445abf314fbe54823ca47b12c.tar.gz |
autopkgtests: test running autopkgtest
debefivm-create is able to create an image compatible with
autopkgtest-virt-qemu. We can test this.
-rw-r--r-- | debian/tests/control | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/tests/control b/debian/tests/control index 4882546..8109d21 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -24,6 +24,13 @@ Depends: debian-archive-keyring, debvm, dosfstools, expect, fdisk, mount, mtools Restrictions: allow-stderr, needs-internet, skippable Architecture: amd64 arm64 +Features: test-name=autopkgtest +Test-Command: unshare -U -m -p -f -r --mount-proc true || exit 77; test -w /dev/kvm || exit 77; ./tests/autopkgtest-qemu-efi.sh +Depends: autopkgtest, debian-archive-keyring, debvm, dosfstools, fdisk, mount, mtools, ovmf [amd64], qemu-efi-aarch64 [arm64], qemu-system-native, qemu-utils, systemd, systemd-ukify, uidmap +# New test. Mark as flaky until it is proven to work. +Restrictions: allow-stderr, flaky, needs-internet, skippable +Architecture: amd64 arm64 + Features: test-name=hint-testsuite-triggers Test-Command: false Depends: linux-image-cloud-amd64 [amd64], linux-image-cloud-arm64 [arm64], linux-image-armmp [armhf], linux-image-5kc-malta [mips64el], linux-image-4kc-malta [mipsel], linux-image-powerpc64le [ppc64el], linux-image-s390x [s390x], mmdebstrap, qemu-system, systemd |