From b877b8379fd3569dce94d0b0248cd2591ce4a71c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20Benn=C3=A9e?= Date: Mon, 3 Mar 2025 16:15:52 +0000 Subject: [PATCH] testing: drop unneeded vga/vnc stanzas from QEMU invocation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The aarch64 virt platform doesn't have any default VGA devices so we don't need to configure them here. Signed-off-by: Alex Bennée Signed-off-by: Julien Olivain --- support/testing/tests/package/test_flutter.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/support/testing/tests/package/test_flutter.py b/support/testing/tests/package/test_flutter.py index e4040ca7dc..19406b7cb1 100644 --- a/support/testing/tests/package/test_flutter.py +++ b/support/testing/tests/package/test_flutter.py @@ -48,8 +48,6 @@ class TestFlutter(infra.basetest.BRTest, GraphicsBase): "-cpu", "cortex-a57", "-m", "512M", "-smp", "4", - "-vga", "std", - "-vnc", "none", "-drive", f"file={img},if=virtio,format=raw"]) self.emulator.login()