diff options
author | Zhihao Cheng <chengzhihao1@huawei.com> | 2024-11-11 17:08:20 +0800 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2024-11-11 10:32:46 +0100 |
commit | 5fca379e9ed7ecbf643422c7b4ae0f7caaf94a19 (patch) | |
tree | 36a7b67dec8373c31bbb4b0295d96fa148acef17 /tests/ubifs_tools-tests/Makemodule.am | |
parent | ddd1f0acb5a8fd4aacdb584b3d8a78f74024ba77 (diff) |
tests: ubifs_tools: fsck_tests: Add cycle mount+fsck test
Do fsstress and fsck, check whether there are any files(and their data)
are lost after fsck. This testcase mainly checks whether fsck.ubifs could
corrupt the filesystem content in common case.
Signed-off-by: Zhihao Cheng <chengzhihao1@huawei.com>
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'tests/ubifs_tools-tests/Makemodule.am')
-rw-r--r-- | tests/ubifs_tools-tests/Makemodule.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/ubifs_tools-tests/Makemodule.am b/tests/ubifs_tools-tests/Makemodule.am index 6b53398..68c77a6 100644 --- a/tests/ubifs_tools-tests/Makemodule.am +++ b/tests/ubifs_tools-tests/Makemodule.am @@ -1,3 +1,4 @@ test_SCRIPTS += \ tests/ubifs_tools-tests/lib/common.sh \ - tests/ubifs_tools-tests/fsck_tests/authentication_refuse.sh + tests/ubifs_tools-tests/fsck_tests/authentication_refuse.sh \ + tests/ubifs_tools-tests/fsck_tests/cycle_mount_fsck_check.sh |