
On Sun, May 23, 2021 at 11:31:31PM -0300, Joao Marcos Costa wrote:
Remove the previous OOP approach, which was confusing and incomplete. Add more test cases by making SquashFS images with various options, concerning file fragmentation and its compression. Add comments to properly document the code.
Signed-off-by: Joao Marcos Costa jmcosta944@gmail.com
.../test_fs/test_squashfs/sqfs_common.py | 198 ++++++++++++------ 1 file changed, 133 insertions(+), 65 deletions(-)
diff --git a/test/py/tests/test_fs/test_squashfs/sqfs_common.py b/test/py/tests/test_fs/test_squashfs/sqfs_common.py index c96f92c1d8..81a378a9f9 100644 --- a/test/py/tests/test_fs/test_squashfs/sqfs_common.py +++ b/test/py/tests/test_fs/test_squashfs/sqfs_common.py @@ -1,76 +1,144 @@ # SPDX-License-Identifier: GPL-2.0 -# Copyright (C) 2020 Bootlin +# Copyright (C) 2021 Bootlin
Unless you have some different internal policy, it's typical to extend copyright years, not replace them. Thanks.