[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 2/3] tests/avocado: drop virtio-rng from sbsa-ref tests
From: |
Marcin Juszkiewicz |
Subject: |
[PATCH 2/3] tests/avocado: drop virtio-rng from sbsa-ref tests |
Date: |
Wed, 13 Mar 2024 11:08:20 +0100 |
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>
---
tests/avocado/machine_aarch64_sbsaref.py | 8 --------
1 file changed, 8 deletions(-)
diff --git a/tests/avocado/machine_aarch64_sbsaref.py
b/tests/avocado/machine_aarch64_sbsaref.py
index cbab793455..259225f15f 100644
--- a/tests/avocado/machine_aarch64_sbsaref.py
+++ b/tests/avocado/machine_aarch64_sbsaref.py
@@ -132,10 +132,6 @@ def boot_alpine_linux(self, cpu):
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 @@ def boot_openbsd73(self, cpu):
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()
--
2.44.0
[PATCH 2/3] tests/avocado: drop virtio-rng from sbsa-ref tests,
Marcin Juszkiewicz <=
[PATCH 1/3] tests/avocado: update sbsa-ref firmware, Marcin Juszkiewicz, 2024/03/13
Re: [PATCH 0/3] tests/avocado: update sbsa-ref firmware to latest, Philippe Mathieu-Daudé, 2024/03/13