]> git.dujemihanovic.xyz Git - u-boot.git/commit
test: Move 1MB.fat32.img and 2MB.ext2.img
authorSimon Glass <sjg@chromium.org>
Thu, 24 Aug 2023 19:55:38 +0000 (13:55 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 25 Aug 2023 21:55:19 +0000 (17:55 -0400)
commit00613bc19af01b3ef37aeb836630bae8d11e7991
treece30e69d83b6584beb06d9445f61af4b4fc3eb32
parente2d22f782297bcec8b0b55d15b9a04e92bd4ea83
test: Move 1MB.fat32.img and 2MB.ext2.img

These are currently created in the source directory, which is not ideal.
Move them to the persistent-data directory instead. Update the test so
skip validating the filename, since it now includes a full path.

Signed-off-by: Simon Glass <sjg@chromium.org>
test/dm/host.c
test/py/tests/fs_helper.py
test/py/tests/test_ut.py