diff mbox series

[testsuite,1/3] README,travis: add e2fsprogs, jfsutils, and dosfstools to deps

Message ID 20201031115601.157591-2-omosnace@redhat.com (mailing list archive)
State Superseded
Headers show
Series Test all filesystems by default | expand

Commit Message

Ondrej Mosnacek Oct. 31, 2020, 11:55 a.m. UTC
They are needed for ext4, jfs, and vfat tests, which will become
executed by default in an upcoming patch.

Signed-off-by: Ondrej Mosnacek <omosnace@redhat.com>
---
 README.md                  | 6 ++++++
 travis-ci/run-testsuite.sh | 3 +++
 2 files changed, 9 insertions(+)
diff mbox series

Patch

diff --git a/README.md b/README.md
index 838a082..1149f30 100644
--- a/README.md
+++ b/README.md
@@ -58,6 +58,9 @@  similar dependencies):
 * keyutils-libs-devel _(tools used by the keys tests)_
 * kernel-devel _(used by the kernel module tests)_
 * quota, xfsprogs-devel and libuuid-devel _(used by the filesystem tests)_
+* e2fsprogs _(used by the ext4 filesystem tests)_
+* jfsutils _(used by the jfs filesystem tests)_
+* dosfstools _(used by the vfat filesystem tests)_
 * nftables _(used by inet_socket and sctp tests if ver >= 9.3 for secmark testing )_
 
 On a modern Fedora system you can install these dependencies with the
@@ -81,6 +84,9 @@  following command (NOTE: On Fedora 32 and below you need to remove
 		quota \
 		xfsprogs-devel \
 		libuuid-devel \
+		e2fsprogs \
+		jfsutils \
+		dosfstools \
 		nftables \
 		kernel-devel-$(uname -r) \
 		kernel-modules-$(uname -r)
diff --git a/travis-ci/run-testsuite.sh b/travis-ci/run-testsuite.sh
index 051f9d8..bd9073c 100755
--- a/travis-ci/run-testsuite.sh
+++ b/travis-ci/run-testsuite.sh
@@ -38,6 +38,9 @@  dnf install -y \
     quota \
     xfsprogs-devel \
     libuuid-devel \
+    e2fsprogs \
+    jfsutils \
+    dosfstools \
     kernel-devel-"$(uname -r)" \
     kernel-modules-"$(uname -r)"