From 60fd097fb0c436956e58d0a30535a04a35258225 Mon Sep 17 00:00:00 2001 From: Zhihao Cheng Date: Mon, 11 Nov 2024 17:08:26 +0800 Subject: tests: ubifs_tools: fsck_tests: Add bad images fixing test For kinds of inconsistent UBIFS images(which can simulate corruptions caused by some potentional UBIFS bug), check the result of fsck. This testcase mainly checks whether the behavior is in expected after repairing specific inconsistent UBIFS image. Signed-off-by: Zhihao Cheng Signed-off-by: David Oberhollenzer --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 203f01f..68fff36 100644 --- a/.gitignore +++ b/.gitignore @@ -120,6 +120,7 @@ tests/ubifs_tools-tests/fsck_tests/powercut_fsck_mount.sh tests/ubifs_tools-tests/fsck_tests/cycle_corrupted_fsck_fault_inject.sh tests/ubifs_tools-tests/fsck_tests/cycle_powercut_mount_fsck.sh tests/ubifs_tools-tests/fsck_tests/random_corrupted_fsck.sh +tests/ubifs_tools-tests/fsck_tests/fsck_bad_image.sh # # Files generated by autotools -- cgit v1.2.3