1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Tests: upstream-tests
Depends: dropbear-bin,
openssh-client,
python3-asyncssh,
python3-psutil,
python3-pytest
Restrictions: allow-stderr, breaks-testbed, rw-build-tree, flaky
Tests: remote-unlocking
# Only dependencies required to set the VM here are listed here;
# dropbear-initramfs is not listed since we only install it in the VM.
Depends: cryptsetup-initramfs,
fdisk,
initramfs-tools-core,
linux-image-generic,
mmdebstrap,
openssh-client,
qemu-system-x86
# We only need root to create /dev/kvm, really. And while it works
# locally and on debCI, it doesn't work on salsa CI.
Restrictions: allow-stderr, needs-root, flaky
# dropbear-initramfs is arch=all so it should be enough to test on a
# single architecture and use qemu-system-x86_64(1).
Architecture: amd64
|