From 26731ccb8c8ce026eaed9eba04068b43886c8ee2 Mon Sep 17 00:00:00 2001 From: Mathieu Tortuyaux Date: Wed, 7 Jan 2026 13:44:39 +0100 Subject: [PATCH] workflow/kola: make sure iptables and ip are around Signed-off-by: Mathieu Tortuyaux --- .github/workflows/run-kola-tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-kola-tests.yaml b/.github/workflows/run-kola-tests.yaml index 81e461773e..46d7d5442a 100644 --- a/.github/workflows/run-kola-tests.yaml +++ b/.github/workflows/run-kola-tests.yaml @@ -30,7 +30,7 @@ jobs: run: | sudo rm /bin/sh sudo ln -s /bin/bash /bin/sh - sudo apt update && sudo apt install -y ca-certificates curl gnupg lsb-release qemu-system git bzip2 jq dnsmasq python3 zstd + sudo apt update && sudo apt install -y ca-certificates curl gnupg lsb-release qemu-system git bzip2 jq dnsmasq python3 zstd iproute2 iptables # Set up MASQUERADE. Don't care much to secure it. # This is needed for the VMs kola spins up to have internet access.