History log of /u-boot/test/py/tests/test_fs/test_squashfs/test_sqfs_load.py
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 208eb2a4 30-Jun-2021 Joao Marcos Costa <jmcosta944@gmail.com>

test/py: rewrite sqfsload command test suite

The previous strategy to know if a file was correctly loaded was to
check for how many bytes were read and compare it against the file's
original size. Since this is not a good solution, replace it by
comparing the checksum of the loaded bytes against the original file's
checksum. Add more test cases: files at a sub-directory and non-existent
file.

Reviewed-by: Simon Glass <sjg@chromium.org>
Tested-by: Simon Glass <sjg@chromium.org> [on sandbox]
Signed-off-by: Joao Marcos Costa <jmcosta944@gmail.com>

# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>

# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>

# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>

# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 91f6c1ca 18-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# 74795f1e 10-Aug-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>


# f428e33b 30-Jul-2020 Joao Marcos Costa <joaomarcos.costa@bootlin.com>

test/py: Add tests for the SquashFS commands

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@bootlin.com>