]> xenbits.xensource.com Git - qemu-xen.git/commitdiff
tests/avocado: drop virtio-rng from sbsa-ref tests
authorMarcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
Mon, 18 Mar 2024 14:08:02 +0000 (15:08 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Wed, 20 Mar 2024 09:52:27 +0000 (09:52 +0000)
sbsa-ref is supposed to emulate real hardware so virtio-rng-pci
does not fit here

Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
Message-Id: <20240318-sbsa-ref-firmware-update-v3-2-1c33b995a538@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
tests/avocado/machine_aarch64_sbsaref.py

index cbab79345574e9aea2a4715c4e2adf4a568d2d87..259225f15f7c667d5a983f83af7b278704fdb5e9 100644 (file)
@@ -132,10 +132,6 @@ class Aarch64SbsarefMachine(QemuSystemTest):
             cpu,
             "-drive",
             f"file={iso_path},format=raw",
-            "-device",
-            "virtio-rng-pci,rng=rng0",
-            "-object",
-            "rng-random,id=rng0,filename=/dev/urandom",
         )
 
         self.vm.launch()
@@ -179,10 +175,6 @@ class Aarch64SbsarefMachine(QemuSystemTest):
             cpu,
             "-drive",
             f"file={img_path},format=raw",
-            "-device",
-            "virtio-rng-pci,rng=rng0",
-            "-object",
-            "rng-random,id=rng0,filename=/dev/urandom",
         )
 
         self.vm.launch()