summaryrefslogtreecommitdiff
path: root/test/py/tests/fs_helper.py
AgeCommit message (Collapse)AuthorFilesLines
2022-11-08dm: Add tests for the sandbox host driverSimon Glass1-2/+4
Add some unit tests for this. Signed-off-by: Simon Glass <sjg@chromium.org>
2022-11-08test: Correct pylint warnings in fs_helperSimon Glass1-13/+25
Tidy this up so that pylint is happy. Use hex for the 1MB size and make sure it is not a floating-point value. Add a little main program to allow the code to be tried out, since at present is only called from a long-running test. Signed-off-by: Simon Glass <sjg@chromium.org>
2022-11-08test: Split out mk_fs function into a helperSimon Glass1-0/+54
This function is useful for other tests. Move it into common code. Signed-off-by: Simon Glass <sjg@chromium.org>