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:
committed by
Julien Olivain
parent
5e7fc6a3e6
commit
b877b8379f
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user