Re: [U-Boot] [PATCH] test: fs: Add filesystem integrity checks

2019-02-10 Thread Simon Glass
Hi Jean-Jacques, On Fri, 8 Feb 2019 at 12:31, Jean-Jacques Hiblot wrote: > > + Simon > > On 05/02/2019 15:48, Jean-Jacques Hiblot wrote: > > > > On 05/02/2019 14:45, Tom Rini wrote: > >> On Mon, Feb 04, 2019 at 12:19:19PM +0100, Jean-Jacques Hiblot wrote: > >>> We need to make sure that file

Re: [U-Boot] [PATCH] test: fs: Add filesystem integrity checks

2019-02-08 Thread Jean-Jacques Hiblot
+ Simon On 05/02/2019 15:48, Jean-Jacques Hiblot wrote: On 05/02/2019 14:45, Tom Rini wrote: On Mon, Feb 04, 2019 at 12:19:19PM +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

Re: [U-Boot] [PATCH] test: fs: Add filesystem integrity checks

2019-02-05 Thread Jean-Jacques Hiblot
On 05/02/2019 14:45, Tom Rini wrote: On Mon, Feb 04, 2019 at 12:19:19PM +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

Re: [U-Boot] [PATCH] test: fs: Add filesystem integrity checks

2019-02-05 Thread Tom Rini
On Mon, Feb 04, 2019 at 12:19:19PM +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] [PATCH] test: fs: Add filesystem integrity checks

2019-02-04 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 modifies the