diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/README.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/README.md b/test/README.md index 66ba136ddf..955dbe68fc 100644 --- a/test/README.md +++ b/test/README.md @@ -54,6 +54,7 @@ This lets us monitor traffic on network interfaces without root access. For running tests on Linux and Windows guests, you will need these tools and libraries: +#### Fedora ```bash dnf install git gcc protobuf-devel libpcap-devel qemu \ podman golang-github-rootless-containers-rootlesskit slirp4netns dnsmasq \ @@ -61,6 +62,12 @@ dnf install git gcc protobuf-devel libpcap-devel qemu \ wireguard-tools ``` + +#### Debian / Ubuntu +```bash +apt install qemu-utils qemu-system-x86 libpcap-dev slirp4netns rootlesskit dnsmasq +``` + ## Setting up testing environment First you need to build the images for running tests on, see [`BUILD_OS_IMAGE.md`](./docs/BUILD_OS_IMAGE.md). The `test-manager` then needs to be configured to use the image. |
