From: Wei Gao via ltp <ltp@lists.linux.it>
To: ltp@lists.linux.it
Subject: [LTP] [PATCH v4 3/3] ci: Add e2fsprogs package for CI test
Date: Thu, 13 Nov 2025 01:52:32 +0000 [thread overview]
Message-ID: <20251113015242.799-4-wegao@suse.com> (raw)
In-Reply-To: <20251113015242.799-1-wegao@suse.com>
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>
---
ci/alpine.sh | 1 +
ci/debian.sh | 1 +
ci/fedora.sh | 1 +
ci/tumbleweed.sh | 1 +
4 files changed, 4 insertions(+)
diff --git a/ci/alpine.sh b/ci/alpine.sh
index 254f4aaec..f3a1bf528 100755
--- a/ci/alpine.sh
+++ b/ci/alpine.sh
@@ -25,6 +25,7 @@ apk add \
musl-dev \
numactl-dev \
openssl-dev \
+ e2fsprogs-extra \
pkgconfig
cat /etc/os-release
diff --git a/ci/debian.sh b/ci/debian.sh
index 0445c92ec..767c9b985 100755
--- a/ci/debian.sh
+++ b/ci/debian.sh
@@ -33,6 +33,7 @@ pkg_minimal="
linux-libc-dev
lsb-release
pkg-config
+ e2fsprogs
"
pkg_nonessential="
diff --git a/ci/fedora.sh b/ci/fedora.sh
index f57806ebf..f4482a1da 100755
--- a/ci/fedora.sh
+++ b/ci/fedora.sh
@@ -26,6 +26,7 @@ $yum \
libtirpc \
libtirpc-devel \
pkg-config \
+ e2fsprogs \
redhat-lsb-core
# CentOS 8 fixes
diff --git a/ci/tumbleweed.sh b/ci/tumbleweed.sh
index 8a30b02c2..8f23229df 100755
--- a/ci/tumbleweed.sh
+++ b/ci/tumbleweed.sh
@@ -30,6 +30,7 @@ while [ $i != 0 ]; do
libtirpc-devel \
linux-glibc-devel \
lsb-release \
+ e2fsprogs \
pkg-config
ret=$?
--
2.51.0
--
Mailing list info: https://lists.linux.it/listinfo/ltp
next prev parent reply other threads:[~2025-11-13 1:54 UTC|newest]
Thread overview: 33+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-05-29 10:51 [LTP] [PATCH v1] tst_filesystems01.c: Add test for .filesystems Wei Gao via ltp
2025-09-16 11:02 ` Petr Vorel
2025-09-24 8:42 ` [LTP] [PATCH v2] " Wei Gao via ltp
2025-10-30 20:17 ` Petr Vorel
2025-10-31 6:33 ` Wei Gao via ltp
2025-10-31 9:13 ` Petr Vorel
2025-11-01 1:20 ` [LTP] [PATCH v3 0/2] " Wei Gao via ltp
2025-11-01 1:20 ` [LTP] [PATCH v3 1/2] " Wei Gao via ltp
2025-11-11 12:06 ` Petr Vorel
2025-11-12 6:51 ` Wei Gao via ltp
2025-11-12 9:22 ` Petr Vorel
2025-11-12 10:32 ` Cyril Hrubis
2025-11-12 11:34 ` Wei Gao via ltp
2025-11-12 11:44 ` Cyril Hrubis
2025-11-12 12:14 ` Wei Gao via ltp
2025-11-12 12:21 ` Petr Vorel
2025-11-13 1:28 ` Wei Gao via ltp
2025-11-01 1:20 ` [LTP] [PATCH v3 2/2] tst_format_device.sh: Add e2fsprogs package for CI test Wei Gao via ltp
2025-11-11 12:22 ` Petr Vorel
2025-11-13 1:52 ` [LTP] [PATCH v4 0/3] tst_filesystems01.c: Add test for .filesystems Wei Gao via ltp
2025-11-13 1:52 ` [LTP] [PATCH v4 1/3] " Wei Gao via ltp
2026-01-22 3:37 ` Li Wang via ltp
2026-01-22 8:02 ` Petr Vorel
2026-01-22 8:54 ` Wei Gao via ltp
2025-11-13 1:52 ` [LTP] [PATCH v4 2/3] ci: Add mount operation for busybox Wei Gao via ltp
2025-11-13 1:52 ` Wei Gao via ltp [this message]
2025-12-18 13:49 ` [LTP] [PATCH v4 3/3] ci: Add e2fsprogs package for CI test Andrea Cervesato via ltp
2025-12-18 13:51 ` Andrea Cervesato via ltp
2026-01-23 2:36 ` [LTP] [PATCH v5 0/3] tst_filesystems01.c: Add test for .filesystems Wei Gao via ltp
2026-01-23 2:36 ` [LTP] [PATCH v5 1/3] " Wei Gao via ltp
2026-01-28 0:49 ` Li Wang via ltp
2026-01-23 2:36 ` [LTP] [PATCH v5 2/3] ci: Add mount operation for busybox Wei Gao via ltp
2026-01-23 2:36 ` [LTP] [PATCH v5 3/3] ci: Add e2fsprogs package for CI test Wei Gao via ltp
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20251113015242.799-4-wegao@suse.com \
--to=ltp@lists.linux.it \
--cc=wegao@suse.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox