]> www.infradead.org Git - mtd-utils.git/commit
tests: ubifs_tools: mkfs_tests: Add fs content check test
authorZhihao Cheng <chengzhihao1@huawei.com>
Mon, 11 Nov 2024 09:08:27 +0000 (17:08 +0800)
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>
Mon, 11 Nov 2024 09:32:46 +0000 (10:32 +0100)
commit389048a771e625a559b53b804a8e0739312cb12c
treee9edcadf5504fe7160803aa359ef8e1645e5362d
parent60fd097fb0c436956e58d0a30535a04a35258225
tests: ubifs_tools: mkfs_tests: Add fs content check test

Initialize UBIFS image from a given directory, then check whether the
fs content in mounted UBIFS is consistent with the original directory.
Both UBI volume and file are chosen as storage mediums to test.

Signed-off-by: Zhihao Cheng <chengzhihao1@huawei.com>
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
.gitignore
configure.ac
tests/ubifs_tools-tests/Makemodule.am
tests/ubifs_tools-tests/lib/common.sh.in
tests/ubifs_tools-tests/mkfs_tests/build_fs_from_dir.sh.in [new file with mode: 0755]