From b358f489b9849828ab794834f29f5cc415dd6d89 Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Tue, 13 Aug 2024 15:09:36 -0700 Subject: [PATCH] tstest/integration/nat: remove -audio none flag from qemu It's too new to be supported in Debian bookworm so just remove it. It doesn't seem to matter or help speed anything up. Updates #13038 Change-Id: I39077ba8032bebecd75209552b88f1842c843c33 Signed-off-by: Brad Fitzpatrick --- tstest/integration/nat/nat_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/tstest/integration/nat/nat_test.go b/tstest/integration/nat/nat_test.go index dfff7a4e1..cf7f68aac 100644 --- a/tstest/integration/nat/nat_test.go +++ b/tstest/integration/nat/nat_test.go @@ -271,7 +271,6 @@ func (nt *natTest) runTest(node1, node2 addNodeFunc) pingRoute { "-chardev", "stdio,id=virtiocon0,mux=on", "-device", "virtconsole,chardev=virtiocon0", "-mon", "chardev=virtiocon0,mode=readline", - "-audio", "none", ) cmd.Stdout = os.Stdout cmd.Stderr = os.Stderr