diff mbox series

[userspace] ci: add new dependencies needed by selinux-testsuite

Message ID 20201112091519.577246-1-omosnace@redhat.com (mailing list archive)
State Accepted
Headers show
Series [userspace] ci: add new dependencies needed by selinux-testsuite | expand

Commit Message

Ondrej Mosnacek Nov. 12, 2020, 9:15 a.m. UTC
The testsuite now runs filesystem tests also on other filesystems than
just the default ext4. [1] That means a few more userspace utilities are
needed to format these filesystems. [2]

[1] https://github.com/SELinuxProject/selinux-testsuite/commit/071ec9c5e5f0442aae0b14f455ea6e6b34ada1e0
[2] https://github.com/SELinuxProject/selinux-testsuite/commit/d4e507f78a1784334611421cdfa3683a8214b22d

Signed-off-by: Ondrej Mosnacek <omosnace@redhat.com>
---
 scripts/ci/fedora-test-runner.sh | 3 +++
 1 file changed, 3 insertions(+)

Comments

Nicolas Iooss Nov. 12, 2020, 9:06 p.m. UTC | #1
On Thu, Nov 12, 2020 at 10:15 AM Ondrej Mosnacek <omosnace@redhat.com> wrote:
>
> The testsuite now runs filesystem tests also on other filesystems than
> just the default ext4. [1] That means a few more userspace utilities are
> needed to format these filesystems. [2]
>
> [1] https://github.com/SELinuxProject/selinux-testsuite/commit/071ec9c5e5f0442aae0b14f455ea6e6b34ada1e0
> [2] https://github.com/SELinuxProject/selinux-testsuite/commit/d4e507f78a1784334611421cdfa3683a8214b22d
>
> Signed-off-by: Ondrej Mosnacek <omosnace@redhat.com>
> ---
>  scripts/ci/fedora-test-runner.sh | 3 +++
>  1 file changed, 3 insertions(+)
>
> diff --git a/scripts/ci/fedora-test-runner.sh b/scripts/ci/fedora-test-runner.sh
> index 78218963..be2cb7d8 100755
> --- a/scripts/ci/fedora-test-runner.sh
> +++ b/scripts/ci/fedora-test-runner.sh
> @@ -58,6 +58,9 @@ dnf install -y \
>      quota \
>      xfsprogs-devel \
>      libuuid-devel \
> +    e2fsprogs \
> +    jfsutils \
> +    dosfstools \
>      kernel-devel-"$(uname -r)" \
>      kernel-modules-"$(uname -r)"
>
> --
> 2.26.2

As the patch is very straightforward and it fixed the issue in
Travis-CI tests, I merged this patch directly. Now
https://travis-ci.com/github/SELinuxProject/selinux whould be green
again :)

Thanks!
Nicolas
diff mbox series

Patch

diff --git a/scripts/ci/fedora-test-runner.sh b/scripts/ci/fedora-test-runner.sh
index 78218963..be2cb7d8 100755
--- a/scripts/ci/fedora-test-runner.sh
+++ b/scripts/ci/fedora-test-runner.sh
@@ -58,6 +58,9 @@  dnf install -y \
     quota \
     xfsprogs-devel \
     libuuid-devel \
+    e2fsprogs \
+    jfsutils \
+    dosfstools \
     kernel-devel-"$(uname -r)" \
     kernel-modules-"$(uname -r)"