Re: [PATCH 03/17] test: Split out mk_fs function into a helper

2022-11-05 Thread Simon Glass
This function is useful for other tests. Move it into common code. Signed-off-by: Simon Glass --- test/py/tests/fs_helper.py| 54 test/py/tests/test_fs/conftest.py | 58 --- 2 files changed, 60 insertions(+), 52 deletions(-) crea

[PATCH 03/17] test: Split out mk_fs function into a helper

2022-10-29 Thread Simon Glass
This function is useful for other tests. Move it into common code. Signed-off-by: Simon Glass --- test/py/tests/fs_helper.py| 54 test/py/tests/test_fs/conftest.py | 58 --- 2 files changed, 60 insertions(+), 52 deletions(-) crea