mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
The unit test checks if a device tree is installed. It requires that the 'compatible' property of the root node exists. If available it prints the 'serial-number' property. The serial-number property is derived from the environment variable 'serial#'. This can be used to check if the image_setup_libfdt() function is executed. A Python test is supplied. It sets a value for serial# and checks that the selftest shows this as serial-number. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Alexander Graf <agraf@suse.de> |
||
|---|---|---|
| .. | ||
| vboot | ||
| test_000_version.py | ||
| test_dfu.py | ||
| test_efi_loader.py | ||
| test_efi_selftest.py | ||
| test_env.py | ||
| test_fit.py | ||
| test_gpt.py | ||
| test_help.py | ||
| test_hush_if_test.py | ||
| test_log.py | ||
| test_md.py | ||
| test_mmc_rd.py | ||
| test_net.py | ||
| test_ofplatdata.py | ||
| test_sandbox_exit.py | ||
| test_sf.py | ||
| test_shell_basics.py | ||
| test_sleep.py | ||
| test_ums.py | ||
| test_unknown_cmd.py | ||
| test_ut.py | ||
| test_vboot.py | ||