diff options
| author | Bastien Roucariès <rouca@debian.org> | 2024-04-15 15:59:28 +0000 |
|---|---|---|
| committer | Bastien Roucariès <rouca@debian.org> | 2024-04-15 20:07:29 +0000 |
| commit | e5d065c16900bb60171fca41137870ae6aebde84 (patch) | |
| tree | be19e1dcdb7a9e1e5544d78dea81fca212894692 /debian/tests/control | |
| parent | 9f6871197e53ca8d9e723cf6835ccdd51f26173d (diff) | |
| download | efi-boot-shim-e5d065c16900bb60171fca41137870ae6aebde84.tar.gz efi-boot-shim-e5d065c16900bb60171fca41137870ae6aebde84.zip | |
Fix test failure
Diffstat (limited to 'debian/tests/control')
| -rw-r--r-- | debian/tests/control | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/debian/tests/control b/debian/tests/control index 7982296d..6bcfb2c5 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -4,6 +4,8 @@ Depends: @, qemu-system-x86 [amd64], lsb-release, python3, + wget, + openssl, Restrictions: allow-stderr, needs-root, isolation-machine Features: test-name=sanity @@ -12,8 +14,12 @@ Depends: @, sbsigntool, grub-efi-arm64-signed [arm64], grub-efi-amd64-signed [amd64], + shim-signed [amd64], + shim-signed [arm64], lsb-release, python3, + wget, + openssl, Restrictions: allow-stderr, needs-root, isolation-machine Features: test-name=signatures @@ -31,5 +37,9 @@ Depends: @, grub-efi-amd64-signed [amd64], lsb-release, python3, + wget, + openssl, + ca-certificates, + distro-info, Restrictions: allow-stderr, needs-root, isolation-machine Features: test-name=boot-test |
