mbed-os/TESTS_COMMON
Russ Butler bb155adc16 Add filesystem recovery tests
Add tests for filesystem resilience and wear leveling. These tests
take shared filesystem code and simulate different scenarios while
this code is running. Information on the new tests can be found below.

mbed-littlefs-tests-filesystem_recovery-resilience:
Tests that after every block device operation the filesystem is in a
well defined state.

mbed-littlefs-tests-filesystem_recovery-wear_leveling:
Tests that the littlefs correctly handles when flash is exhausted by
using a simulated block device until there are no free good blocks.

Note - This patch also adds several new block devices for testing.
These will eventually be moved into mbed-os.
2017-11-16 20:20:15 -06:00
..
ExhaustibleBlockDevice.cpp Add filesystem recovery tests 2017-11-16 20:20:15 -06:00
ExhaustibleBlockDevice.h Add filesystem recovery tests 2017-11-16 20:20:15 -06:00
ObservingBlockDevice.cpp Add filesystem recovery tests 2017-11-16 20:20:15 -06:00
ObservingBlockDevice.h Add filesystem recovery tests 2017-11-16 20:20:15 -06:00
ReadOnlyBlockDevice.cpp Add filesystem recovery tests 2017-11-16 20:20:15 -06:00
ReadOnlyBlockDevice.h Add filesystem recovery tests 2017-11-16 20:20:15 -06:00
atomic_usage.cpp Add filesystem recovery tests 2017-11-16 20:20:15 -06:00
atomic_usage.h Add filesystem recovery tests 2017-11-16 20:20:15 -06:00