mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-01 17:12:11 +00:00
![]() test_gpt generates a persistent disk image which can be re-used across multiple test runs. Currently, if the Python code that generates the disk image change, the image is not regenerated, which could cause test failures e.g. if a test was updated to expect some new partition name or size, yet the persistent disk image contained the old name or size. This change introduces functionality to regenerate the disk image if the instructions to generate the image have changed. Signed-off-by: Stephen Warren <swarren@nvidia.com> |
||
---|---|---|
.. | ||
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_md.py | ||
test_net.py | ||
test_ofplatdata.py | ||
test_sandbox_exit.py | ||
test_shell_basics.py | ||
test_sleep.py | ||
test_ums.py | ||
test_unknown_cmd.py | ||
test_ut.py | ||
test_vboot.py |