tests/avocado: drop virtio-rng from sbsa-ref tests
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>
This commit is contained in:
parent
06f6bbc3bd
commit
21f123f3c2
@ -132,10 +132,6 @@ class Aarch64SbsarefMachine(QemuSystemTest):
|
|||||||
cpu,
|
cpu,
|
||||||
"-drive",
|
"-drive",
|
||||||
f"file={iso_path},format=raw",
|
f"file={iso_path},format=raw",
|
||||||
"-device",
|
|
||||||
"virtio-rng-pci,rng=rng0",
|
|
||||||
"-object",
|
|
||||||
"rng-random,id=rng0,filename=/dev/urandom",
|
|
||||||
)
|
)
|
||||||
|
|
||||||
self.vm.launch()
|
self.vm.launch()
|
||||||
@ -179,10 +175,6 @@ class Aarch64SbsarefMachine(QemuSystemTest):
|
|||||||
cpu,
|
cpu,
|
||||||
"-drive",
|
"-drive",
|
||||||
f"file={img_path},format=raw",
|
f"file={img_path},format=raw",
|
||||||
"-device",
|
|
||||||
"virtio-rng-pci,rng=rng0",
|
|
||||||
"-object",
|
|
||||||
"rng-random,id=rng0,filename=/dev/urandom",
|
|
||||||
)
|
)
|
||||||
|
|
||||||
self.vm.launch()
|
self.vm.launch()
|
||||||
|
Loading…
Reference in New Issue
Block a user