Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-11-07 | dm: Add tests for the sandbox host driver | Simon Glass | |
Add some unit tests for this. Signed-off-by: Simon Glass <sjg@chromium.org> | |||
2022-11-07 | test: Correct pylint warnings in fs_helper | Simon Glass | |
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-07 | test: Split out mk_fs function into a helper | Simon Glass | |
This function is useful for other tests. Move it into common code. Signed-off-by: Simon Glass <sjg@chromium.org> |