Re: [U-Boot] [RESEND PATCH v5 3/7] test: fs: Add filesystem integrity checks

2019-02-13 Thread Tom Rini
On Wed, Feb 13, 2019 at 12:15:23PM +0100, Jean-Jacques Hiblot wrote: > We need to make sure that file writes,file creation, etc. are properly > performed and do not corrupt the filesystem. > To help with this, introduce the assert_fs_integrity() function that > executes the appropriate fsck tool.

[U-Boot] [RESEND PATCH v5 3/7] test: fs: Add filesystem integrity checks

2019-02-13 Thread Jean-Jacques Hiblot
We need to make sure that file writes,file creation, etc. are properly performed and do not corrupt the filesystem. To help with this, introduce the assert_fs_integrity() function that executes the appropriate fsck tool. It should be called at the end of any test that modify the content/organizatio