[U-Boot] [PATCH v2 2/2] test/py: Create tests for ext4 and fat testing on sandbox
Simon Glass
sjg at chromium.org
Wed Dec 7 04:47:53 CET 2016
On 4 December 2016 at 19:52, Stefan Brüns <stefan.bruens at rwth-aachen.de> wrote:
> From: Stefan Brüns <stefan.bruens at rwth-aachen.de>
>
> The following checks are currently implemented:
> 1. listing a directory
> 2. verifying size of a file
> 3. veryfying md5sum for a file region
> 4. reading the beginning of a file
>
> Signed-off-by: Stefan Brüns <stefan.bruens at rwth-aachen.de>
> ---
> test/py/tests/test_fs.py | 357 +++++++++++++++++++++++++++++++++++++++++++++++
> 1 file changed, 357 insertions(+)
> create mode 100644 test/py/tests/test_fs.py
Reviewed-by: Simon Glass <sjg at chromium.org>
Great to get this conversion going, thanks!
More information about the U-Boot
mailing list