summary refs log tree commit diff stats
path: root/tests/avocado/machine_aarch64_sbsaref.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/avocado/machine_aarch64_sbsaref.py')
-rw-r--r--tests/avocado/machine_aarch64_sbsaref.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/avocado/machine_aarch64_sbsaref.py b/tests/avocado/machine_aarch64_sbsaref.py
index e920bbf08c..756f316ac9 100644
--- a/tests/avocado/machine_aarch64_sbsaref.py
+++ b/tests/avocado/machine_aarch64_sbsaref.py
@@ -129,7 +129,7 @@ class Aarch64SbsarefMachine(QemuSystemTest):
             "-cpu",
             cpu,
             "-drive",
-            f"file={iso_path},format=raw",
+            f"file={iso_path},media=cdrom,format=raw",
         )
 
         self.vm.launch()