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>
(cherry picked from commit b877b8379f)
Signed-off-by: Thomas Perale <thomas.perale@mind.be>
This commit is contained in:
committed by
Thomas Perale
parent
cd567301de
commit
190426a830
@@ -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