Age | Commit message (Collapse) | Author |
|
|
|
|
|
loong64 does not yet have a qemu package that provides qemu-kvm, but we
really don't need kvm. All we need is the right qemu binary.
|
|
The native test really wants to run kvm (whether it uses kvm or tcg is
another question), but debvm only depends on qemu-kvm | qemu-system-any.
The latter alternative is of little use for the test and makes it fail.
|
|
|
|
Suggested-by: Paul Gevers <elbrus@debian.org>
|
|
When mmdebstrap fails, it kills its child processes by killing its
process group. This is harmless in many cases. For instance, when run
from an interactive shell, the shell creates a process group. When run
with user namespaces as non-root, not being root limits the possible
damage. But when run as root from autopkgtest, mmdebstrap runs in the
initial process group and takes down the entire lxc container. Using
setsid, we can isolate the container from this killpg call.
|
|
When passing an empty release to ./tests/create-and-run.sh, we now use
the host's apt sources and pinning. This is an additional gitlab-ci test
and replaces the previous autopkgtest involving unstable, which thus
becomes non-flaky.
|
|
Fixes: e2e003c4415f ("tests/create-and-run.sh: choose ports mirror automatically")
|
|
|
|
Closes: #1036932
|
|
Thanks to Johannes Schauer for trying it on debci and seeing that it
properly tests the environment.
|
|
Since qemu-kvm is virtual, it doesn't have a version and we cannot
depend on it like that. Rather than revert back to qemu-system-misc
(which would defeat the purpose), just drop the dependency as testing
has a fixed version now.
Thanks to Jochen Sprickerhof for explaining the cause of badpkg.
|
|
Use two tests. One in --mode=root and another skippable one in
--mode=unshare. The latter will likely be skipped on Debian
infrastructure.
|
|
It's only a trigger for s390x yet, due to being a dependency of debvm
otherwise.
|
|
|
|
|
|
|
|
|
|
|
|
* ppc64el needs seabios for vgabios-stdvga.bin
* We need ipxe-qemu for -device virtio-net-pci,netdev=net0
|
|
|
|
|
|
|