From ab5f60cb23d51c7edff2440be3f07abc810d6b79 Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Thu, 25 Apr 2024 10:00:15 +0100 Subject: [PATCH] test: Disable network by default in mkosi tests --- test/integration-test-wrapper.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/integration-test-wrapper.py b/test/integration-test-wrapper.py index 4465576c5bc..2d2fba25ebb 100755 --- a/test/integration-test-wrapper.py +++ b/test/integration-test-wrapper.py @@ -102,6 +102,7 @@ def main(): ), '--credential', f"systemd.unit-dropin.{test_unit}={shlex.quote(dropin)}", + '--runtime-network=none', '--append', '--kernel-command-line-extra', ' '.join([ -- 2.47.3