test: Add more SMBIOS data to sandbox

Some common smbios settings are not included with sandbox. Add these to
test.dts so the data is more meaningful.

Update smbios tests to match the new devicetree values.

Co-developed-by: Claude <noreply@anthropic.com>
Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Simon Glass
2025-08-30 13:04:56 -06:00
parent 48fefafeff
commit 8ee598e20c
3 changed files with 35 additions and 11 deletions

View File

@@ -34,7 +34,7 @@ def test_cmd_smbios_sandbox(ubman):
assert 'DMI type 0,' in output
assert 'Vendor: U-Boot' in output
assert 'DMI type 1,' in output
assert 'Manufacturer: sandbox' in output
assert 'Manufacturer: Sandbox Corp' in output
assert 'DMI type 2,' in output
assert 'DMI type 3,' in output
assert 'DMI type 4,' in output