The VM uses old bios to boot up only 1 cpu, causing the test case to fail. Update the bios to solve this problem.
Reported-by: Thomas Huth <[email protected]> Signed-off-by: Song Gao <[email protected]> --- tests/avocado/machine_loongarch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/avocado/machine_loongarch.py b/tests/avocado/machine_loongarch.py index 7d8a3c1fa5..12cc5ed814 100644 --- a/tests/avocado/machine_loongarch.py +++ b/tests/avocado/machine_loongarch.py @@ -38,7 +38,7 @@ def test_loongarch64_devices(self): bios_url = ('https://github.com/yangxiaojuan-loongson/qemu-binary/' 'releases/download/binary-files/QEMU_EFI.fd') - bios_hash = ('dfc1bfba4853cd763b9d392d0031827e8addbca8') + bios_hash = ('f4d0966b5117d4cd82327c050dd668741046be69') bios_path = self.fetch_asset(bios_url, asset_hash=bios_hash) self.vm.set_console() -- 2.34.1
