blob: a944159049c6147673bcdf4361487a7f6b7c0abb [file] [log] [blame]
This is a TODO list for the fastmap feature which should be done before
it is merged.
For all or most of the items there we need to write a testcase. We can put it
to the ubi-utils.git repository, to a separate branch at the beginning
1. Test with a R/O MTD device: !(mtd->flags & MTD_WRITEABLE)
2. Implement power-cut emulation infrastructure similar to what is in UBIFS and
test UBI + fastmap with it.
3. Test the autoresize feature
4. Test 'ubi_flush()'
5. Test that the same UBI image works fine on both LE and BE machines. I guess
we can do this using sime kind of emulators?