Message ID | 20241108104312.534448-4-thuth@redhat.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | [PULL,01/10] scripts/checkpatch.pl: Ignore ObjC #import lines for operator spacing | expand |
diff --git a/tests/functional/test_arm_aspeed.py b/tests/functional/test_arm_aspeed.py old mode 100644 new mode 100755 index 9761fc06a4..19853161b2 --- a/tests/functional/test_arm_aspeed.py +++ b/tests/functional/test_arm_aspeed.py @@ -125,7 +125,7 @@ def test_arm_ast2500_romulus_openbmc_v2_9_0(self): def do_test_arm_aspeed_buildroot_start(self, image, cpu_id, pattern='Aspeed EVB'): self.require_netdev('user') self.vm.set_console() - self.vm.add_args('-drive', 'file=' + image + ',if=mtd,format=raw', + self.vm.add_args('-drive', 'file=' + image + ',if=mtd,format=raw,read-only=true', '-net', 'nic', '-net', 'user') self.vm.launch()