diff options
| author | Bastien Roucariès <rouca@debian.org> | 2024-04-15 14:06:23 +0000 |
|---|---|---|
| committer | Bastien Roucariès <rouca@debian.org> | 2024-04-15 14:15:22 +0000 |
| commit | 79b95f1092adc1d3f646d850793568a96aa1c7bc (patch) | |
| tree | 1cd7b831c8e47f0726ef1f3b48d54841965fa16f /debian/tests/control | |
| parent | f4f4e39e16af685d5d6de16c4fcc0e04f651ab70 (diff) | |
| download | efi-boot-shim-79b95f1092adc1d3f646d850793568a96aa1c7bc.tar.gz efi-boot-shim-79b95f1092adc1d3f646d850793568a96aa1c7bc.zip | |
Add ubuntu test
Diffstat (limited to 'debian/tests/control')
| -rw-r--r-- | debian/tests/control | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/debian/tests/control b/debian/tests/control new file mode 100644 index 00000000..729c5ba8 --- /dev/null +++ b/debian/tests/control @@ -0,0 +1,29 @@ +Test-Command: python3 debian/tests/01_sanity_tests.py +Depends: @, + qemu-system-arm [arm64], + qemu-system-x86 [amd64], +Restrictions: allow-stderr, needs-root, isolation-machine +Features: test-name=sanity + +Test-Command: python3 debian/tests/05_signature_tests.py +Depends: @, + sbsigntool, + grub-efi-arm64-signed [arm64], + grub-efi-amd64-signed [amd64], +Restrictions: allow-stderr, needs-root, isolation-machine +Features: test-name=signatures + +Test-Command: python3 debian/tests/10_uefi_boot_tests.py +Depends: @, + autopkgtest, + genisoimage, + qemu-utils, + sbsigntool, + qemu-system-arm [arm64], + qemu-system-x86 [amd64], + ovmf [amd64], + qemu-efi-aarch64 [arm64], + grub-efi-arm64-signed [arm64], + grub-efi-amd64-signed [amd64], +Restrictions: allow-stderr, needs-root, isolation-machine +Features: test-name=boot-test |
