[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 3/5] tests/avocado: drop virtio-rng from sbsa-ref tests
From: |
Alex Bennée |
Subject: |
[PULL 3/5] tests/avocado: drop virtio-rng from sbsa-ref tests |
Date: |
Wed, 20 Mar 2024 16:13:38 +0000 |
From: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
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>
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.39.2
- [PULL 0/5] more maintainer updates (git, avocado), Alex Bennée, 2024/03/20
- [PULL 3/5] tests/avocado: drop virtio-rng from sbsa-ref tests,
Alex Bennée <=
- [PULL 1/5] gitlab: aggressively avoid extra GIT data, Alex Bennée, 2024/03/20
- [PULL 4/5] tests/avocado: sbsa-ref: add Alpine tests for misc 'max' setup, Alex Bennée, 2024/03/20
- [PULL 2/5] tests/avocado: update sbsa-ref firmware, Alex Bennée, 2024/03/20
- [PULL 5/5] tests/avocado: sbsa-ref: add OpenBSD tests for misc 'max' setup, Alex Bennée, 2024/03/20
- Re: [PULL 0/5] more maintainer updates (git, avocado), Peter Maydell, 2024/03/21