Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • early-display
  • variant-emmc-nvme-boot
  • 2023-01-25
  • v3
  • variant-emmc-nvme-boot
  • 2020-06-01
7 results

u_boot_utils.py

Forked from Reform / reform-boundary-uboot
26743 commits behind the upstream repository.
  • Stephen Warren's avatar
    ac122efd
    test/py: regenerate persistent GPT image if code changes · ac122efd
    Stephen Warren authored
    
    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: default avatarStephen Warren <swarren@nvidia.com>
    ac122efd
    History
    test/py: regenerate persistent GPT image if code changes
    Stephen Warren authored
    
    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: default avatarStephen Warren <swarren@nvidia.com>