mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-16 17:58:23 +00:00
ac122efdb6
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 |