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
37
38
39
40
41
42
43
44
45
46
47
|
Test-Command: python3 debian/tests/01_sanity_tests.py
Depends: @,
qemu-system-arm [arm64],
qemu-system-x86 [amd64],
lsb-release,
python3,
wget,
openssl,
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],
shim-signed [amd64],
shim-signed [arm64],
lsb-release,
python3,
wget,
openssl,
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],
shim-signed [amd64],
shim-signed [arm64],
lsb-release,
python3,
wget,
openssl,
ca-certificates,
distro-info,
Restrictions: allow-stderr, needs-root, isolation-machine
Features: test-name=boot-test
|