commit 3e8f1bec5503c6e0aa2a153fe106a31cbdbd275b
tree b69a489777ee572d55a1ca6f9191de30b56f796f
parent 3fa7ab29fcbb3850394bf16a67e4b541ca306fed
author Wei Gao <wegao@suse.com> 2026-01-23 02:36:28 +0000
committer Li Wang <liwang@redhat.com> 2026-01-28 08:48:16 +0800

    ci: Add e2fsprogs package for CI test
    
    We should add e2fsprogs to ci env otherwise test cases
    which need tune2fs/dumpe2fs in ci will be skipped.
    
    For example following message:
    2025-09-24T09:00:56.9304198Z tst_cmd.c:268: TCONF: Couldn't find 'tune2fs' in $PATH
    
    Signed-off-by: Wei Gao <wegao@suse.com>
    Reviewed-by: Petr Vorel <pvorel@suse.cz>
    Reviewed-by: Li Wang <liwang@redhat.com>


:100755 100755 254f4aaece66ef177bc5b4a92cf5160443552378 f3a1bf5283ac7e1d141dd87e5e3fbddc3c4d979f M	ci/alpine.sh
:100755 100755 0445c92ec40819e49c0435b1881cf6b202d14087 767c9b9853dd48e759f85abb54a29dc889ce16b2 M	ci/debian.sh
:100755 100755 f57806ebf7e153d5f774620985920841f970d510 f4482a1dabc2a8aa8c8fe32acb18dd1433bdf342 M	ci/fedora.sh
:100755 100755 8a30b02c2dd403ef23b9d85b87166ede42d73ad4 8f23229dfc332f3c03e2300e8967dc5be2b97307 M	ci/tumbleweed.sh
commit 3fa7ab29fcbb3850394bf16a67e4b541ca306fed
tree fdfb78e59f35814c04bc200d1007264f11936528
parent 9d7a26fdf37209e0fe856083b4685fe3b263448e
author Wei Gao <wegao@suse.com> 2026-01-23 02:36:27 +0000
committer Li Wang <liwang@redhat.com> 2026-01-28 08:48:14 +0800

    ci: Add mount operation for busybox
    
    Busybox df implementation require mounting (unlike coreutils
    implementation). Following error can be found during alpine ci:
    
    runtest TINFO: * shell/tst_format_device.sh
    tst_format_device 1 TINFO: Running: tst_format_device.sh
    tst_format_device 1 TINFO: Tested kernel: Linux 0ba9f024d6b7 6.11.0-1018-azure #18~24.04.1-Ubuntu SMP Sat Jun 28 04:46:03 UTC 2025 x86_64 Linux
    tst_format_device 1 TINFO: Using /tmp/LTP_tst_format_device.XXXXOajpgN as tmpdir (UNKNOWN filesystem)
    tst_device.c:98: TINFO: Found free device 0 '/dev/loop0'
    tst_format_device 1 TINFO: Formatting ext2 with opts='-b 1024 /dev/loop0 5m'
    tst_format_device 1 TINFO: timeout per run is 0h 5m 0s
    tst_format_device 1 TPASS: device formatted
    df: /dev/loop0: can't find mount point
    tst_format_device 2 TFAIL: df /dev/loop0 | grep -q /dev failed unexpectedly
    tst_format_device 3 TINFO: AppArmor enabled, this may affect test results
    tst_format_device 3 TINFO: it can be disabled with TST_DISABLE_APPARMOR=1 (requires super/root)
    tst_format_device 3 TINFO: loaded AppArmor profiles: none
    
    Signed-off-by: Wei Gao <wegao@suse.com>
    Reviewed-by: Petr Vorel <pvorel@suse.cz>
    Reviewed-by: Li Wang <liwang@redhat.com>


:100755 100755 dbe4ea9e7d0cbb2c90545f8499182bc1c2e11b86 b7366517e9015d9b3767cf5c7e1abce9543560d7 M	lib/newlib_tests/shell/tst_format_device.sh
commit 9d7a26fdf37209e0fe856083b4685fe3b263448e
tree 21ad090021e77c76bf3a23f3af8cdab645c2d8b4
parent 1ba58805ea5466df5202ff2e7b5b3d0cd5c81c37
author Wei Gao <wegao@suse.com> 2026-01-23 02:36:26 +0000
committer Li Wang <liwang@redhat.com> 2026-01-28 08:48:12 +0800

    tst_filesystems01.c: Add test for .filesystems
    
    Fixes: https://github.com/linux-test-project/ltp/issues/1243
    
    Signed-off-by: Wei Gao <wegao@suse.com>
    Reviewed-by: Petr Vorel <pvorel@suse.cz>
    Reviewed-by: Li Wang <liwang@redhat.com>


:100755 100755 d87751c2f4a29d70665895d69757d91266caf36c 71808ef8b8d5545f52d6014bc070145f952915e9 M	lib/newlib_tests/runtest.sh
:000000 100644 0000000000000000000000000000000000000000 177ce1e33c36be10bffa3cea77882fa8f89d04e1 A	lib/newlib_tests/tst_filesystems01.c
