Files
rtems/testsuites/fstests/fsjffs2empty01/fsjffs2empty01.doc
Kinsey Moore cd12bf025d testsuites/jffs2: Add test for empty NOR FS
This adds a test to very that remounting a completely used, but empty
NOR JFFS2 filesystem is possible. Previously, this triggered an edge
condition in the JFFS2 scan code that prevented remount of a correctly
formed and uncorrupted filesystem.
2024-02-26 11:07:53 -06:00

12 lines
285 B
Plaintext

This file describes the directives and concepts tested by this test set.
test set name: fsjffs2empty01
directives:
- JFFS2 implementation
concepts:
- Ensure that the JFFS2 library can remount a filesystem where every block has been written to and all files have been deleted.