[PATCH v4 6/6] test/py: Add tests for the SquashFS commands

Tom Rini trini at konsulko.com
Sat Aug 8 16:41:38 CEST 2020


On Sat, Aug 08, 2020 at 08:31:06AM -0400, Tom Rini wrote:
> On Thu, Jul 30, 2020 at 03:33:52PM +0200, Joao Marcos Costa wrote:
> 
> > Add Python scripts to test 'ls' and 'load' commands. The scripts
> > generate a SquashFS image and clean the directory after the assertions,
> > or if an exception is raised.
> > 
> > Signed-off-by: Joao Marcos Costa <joaomarcos.costa at bootlin.com>
> 
> Applied to u-boot/master, thanks!

But... CI got backed up and I missed a real failure.  Over at
https://dev.azure.com/u-boot/u-boot/_build/results?buildId=1053&view=logs&j=50449d1b-398e-53ae-48fa-6bf338edeb51&t=97605dd2-f5a5-5dd7-2118-315ffdc8bcd6&l=558
the problem is:
>       os.mkdir(src)
E       PermissionError: [Errno 13] Permission denied: 'test/py/tests/test_fs/test_squashfs/sqfs_src/'

because our source directory is read-only.  I believe you need to use
cons.config.build_dir instead to get to our build directory.  Both tests
fail in this manner.  Can you please confirm my suggestion fixes this?
If you don't want to configure Azure support directly you can submit a
PR against the github mirror and that in turn will trigger an Azure run
you can follow.  Thanks!

> 
> -- 
> Tom



-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20200808/7248bbec/attachment.sig>


More information about the U-Boot mailing list