vmtest: use debian bookworm

A newer iproute2 version is required for MPTCP tests. Use a newer
distro version, which has it.

Signed-off-by: Ilya Leoshkevich <iii@linux.ibm.com>
This commit is contained in:
Ilya Leoshkevich
2022-05-09 12:53:42 +02:00
committed by Andrii Nakryiko
parent 3a4e26307d
commit 14777c3784

View File

@@ -16,7 +16,7 @@ trap 'rm -r "$root"' EXIT
# Install packages.
packages=binutils,busybox,elfutils,ethtool,iproute2,libcap2,libelf1,strace,zlib1g
debootstrap --include="$packages" --variant=minbase bullseye "$root"
debootstrap --include="$packages" --variant=minbase bookworm "$root"
# Remove the init scripts (tests use their own). Also remove various
# unnecessary files in order to save space.