test/py: fix SquashFS tests
authorJoao Marcos Costa <joaomarcos.costa@bootlin.com>
Mon, 10 Aug 2020 12:37:27 +0000 (14:37 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 10 Aug 2020 14:37:50 +0000 (10:37 -0400)
commit74795f1e35b624cdba451aeaea0af2f1211e4a91
tree55aa5afb723e1d75c135a9ba9703047f3f881a6b
parent7d080773347c1f6e0e896d9284134a2a411155d6
test/py: fix SquashFS tests

Use "cons.config.build_dir" instead of writing to the source directory
(read-only). This will fix the test failures in Azure.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>
test/py/tests/test_fs/test_squashfs/sqfs_common.py
test/py/tests/test_fs/test_squashfs/test_sqfs_load.py
test/py/tests/test_fs/test_squashfs/test_sqfs_ls.py