diff options
author | Helmut Grohne <helmut@subdivi.de> | 2025-05-06 14:09:58 +0200 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2025-05-06 14:09:58 +0200 |
commit | 885c59451c6e1364846e5f4200560a90f69e953d (patch) | |
tree | 67826fd6e41ab18abfae7bb38872ddab892ab71f | |
parent | 54904036ab07d8c445abf314fbe54823ca47b12c (diff) | |
download | debvm-885c59451c6e1364846e5f4200560a90f69e953d.tar.gz |
autopkgtests: refine architectures to test
-rw-r--r-- | debian/tests/control | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/debian/tests/control b/debian/tests/control index 8109d21..b61e26b 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -2,15 +2,23 @@ Features: test-name=debvm-root Test-Command: setsid ./tests/create-and-run.sh $(dpkg --print-architecture) "" Depends: debian-archive-keyring, debvm, expect, file, openssh-client, seabios [ppc64el], qemu-system-native Restrictions: allow-stderr, needs-internet, needs-root -# Skip running on armel and armhf as the emulation is too slow there to actually work. -Architecture: !armel !armhf +# Skip armel and armhf: Emulation too slow. +# Skip i386: No kernel. +# Skip loong64: +# unable to handle EFI zboot image with "zstd" compression +# qemu-system-loongarch64: could not load kernel '/proc/self/fd/3': Failed to load ELF +Architecture: !armel !armhf !i386 !loong64 Features: test-name=debvm-unshare Test-Command: unshare -U -m -p -f -r --mount-proc true || exit 77; ./tests/create-and-run.sh $(dpkg --print-architecture) "" Depends: debian-archive-keyring, debvm, expect, file, openssh-client, seabios [ppc64el], uidmap, qemu-system-native Restrictions: allow-stderr, needs-internet, skippable -# Skip running on armel and armhf as the emulation is too slow there to actually work. -Architecture: !armel !armhf +# Skip armel and armhf: Emulation too slow. +# Skip i386: No kernel. +# Skip loong64: +# unable to handle EFI zboot image with "zstd" compression +# qemu-system-loongarch64: could not load kernel '/proc/self/fd/3': Failed to load ELF +Architecture: !armel !armhf !i386 !loong64 Features: test-name=debefivm-root Test-Command: setsid ./tests/efi-create-and-run.sh $(dpkg --print-architecture) "" |