[PATCH 10/10] tests: update smbios pytest
Raymond Mao
raymond.mao at linaro.org
Fri Aug 16 17:46:53 CEST 2024
Update the expected test result to align with the smbios library changes.
Signed-off-by: Raymond Mao <raymond.mao at linaro.org>
---
test/py/tests/test_smbios.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/py/tests/test_smbios.py b/test/py/tests/test_smbios.py
index 82b0b689830..ffa4ea795ec 100644
--- a/test/py/tests/test_smbios.py
+++ b/test/py/tests/test_smbios.py
@@ -32,7 +32,7 @@ def test_cmd_smbios_sandbox(u_boot_console):
"""Run the smbios command on the sandbox"""
output = u_boot_console.run_command('smbios')
assert 'DMI type 0,' in output
- assert 'String 1: U-Boot' in output
+ assert 'Vendor: U-Boot' in output
assert 'DMI type 1,' in output
assert 'Manufacturer: sandbox' in output
assert 'DMI type 2,' in output
--
2.25.1
More information about the U-Boot
mailing list