test: Split out mk_fs function into a helper
authorSimon Glass <sjg@chromium.org>
Sun, 30 Oct 2022 01:47:05 +0000 (19:47 -0600)
committerSimon Glass <sjg@chromium.org>
Mon, 7 Nov 2022 23:24:30 +0000 (16:24 -0700)
commit4349ba5977cdc00ff0398353c33ba04fcd9dd762
treed4278ba732db1d58a10f6dda73a3ba65186c3858
parent6ca4d5b96b54bdd6086c084631500e918b37ceb7
test: Split out mk_fs function into a helper

This function is useful for other tests. Move it into common code.

Signed-off-by: Simon Glass <sjg@chromium.org>
test/py/tests/fs_helper.py [new file with mode: 0644]
test/py/tests/test_fs/conftest.py