]> www.infradead.org Git - mtd-utils.git/commit
tests: Add common libs for testing fsck.ubifs/mkfs.ubifs
authorZhihao Cheng <chengzhihao1@huawei.com>
Mon, 11 Nov 2024 09:08:18 +0000 (17:08 +0800)
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>
Mon, 11 Nov 2024 09:32:46 +0000 (10:32 +0100)
commit4fd91da892b2c24a6755d901da7934510e2260a1
treef0b4067f8d95d99e12f3a29e539ff2cdc9f405e1
parent712b1150a8a1d191316c6f3e4e37e70ed6640447
tests: Add common libs for testing fsck.ubifs/mkfs.ubifs

This is a preparation for adding testcases for fsck.ubifs and
mkfs.ubifs. Add some common functions, for example: powercut,
load_mtdram, mount_ubifs, encryption operations, etc.

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