testing: drop unneeded vga/vnc stanzas from QEMU invocation

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 <alex.bennee@linaro.org>
Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
Alex Bennée
2025-03-03 16:15:52 +00:00
committed by Julien Olivain
parent 5e7fc6a3e6
commit b877b8379f

View File

@@ -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()