]> git.ipfire.org Git - thirdparty/u-boot.git/commit
test: unit test for smbios command
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Thu, 25 Jan 2024 15:54:36 +0000 (16:54 +0100)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Fri, 26 Jan 2024 13:15:08 +0000 (14:15 +0100)
commitb07d98afdfdaff2410407387e27ce492b056d927
tree9e3f66470c91989335529a33e2be86ac8fffd690
parenta7e81ff6eea9eb7324e1b745934b6e79869d324b
test: unit test for smbios command

Provide a unit test for the smbios command.

Provide different test functions for QEMU, sandbox, and other systems.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
test/py/tests/test_smbios.py [new file with mode: 0644]