aboutsummaryrefslogtreecommitdiff
path: root/tests/vm/freebsd
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2022-08-24 17:11:18 +0200
committerThomas Huth <thuth@redhat.com>2022-08-29 15:28:51 +0200
commit0026be1d0f836ee899b47c6b925fdfc9baa9fd2f (patch)
treefb377b637edd2820565c35b405cbae378cc1b913 /tests/vm/freebsd
parent94add6ee24d55be96dd029fc506ea9a2df38f8e8 (diff)
tests/vm: Add libslirp to the VM tests
We are going to remove the slirp submodule from the QEMU repository, so we should make sure to install the distro's libslirp to get the same test coverage as before in the VMs. Message-Id: <20220824151122.704946-3-thuth@redhat.com> Acked-by: Samuel Thibault <samuel.thibault@ens-lyon.org> Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'tests/vm/freebsd')
-rwxr-xr-xtests/vm/freebsd3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/vm/freebsd b/tests/vm/freebsd
index cd1fabde52..3643fe325d 100755
--- a/tests/vm/freebsd
+++ b/tests/vm/freebsd
@@ -63,6 +63,9 @@ class FreeBSDVM(basevm.BaseVM):
# libs: migration
"zstd",
+
+ # libs: networking
+ "libslirp",
]
BUILD_SCRIPT = """