mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
tests/avocado/machine_aarch64_sbsaref.py: allow for rw usage of image
When the OpenBSD based tests are run in parallel, the previously single instance of the image would become corrupt. Let's give each test its own snapshot. Signed-off-by: Cleber Rosa <crosa@redhat.com> Suggested-by: Alex Bennée <alex.bennee@linaro.org> Message-ID: <20240806173119.582857-9-crosa@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Tested-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> Message-ID: <20240830133841.142644-4-thuth@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
This commit is contained in:
parent
8dceb48e23
commit
a14841264e
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@ class Aarch64SbsarefMachine(QemuSystemTest):
|
|||
"-cpu",
|
||||
cpu,
|
||||
"-drive",
|
||||
f"file={img_path},format=raw",
|
||||
f"file={img_path},format=raw,snapshot=on",
|
||||
)
|
||||
|
||||
self.vm.launch()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue