diff mbox series

[testsuite] travis: add nftables to dependencies to run more tests

Message ID 20200827083017.1956255-1-omosnace@redhat.com (mailing list archive)
State Accepted
Delegated to: Ondrej Mosnáček
Headers show
Series [testsuite] travis: add nftables to dependencies to run more tests | expand

Commit Message

Ondrej Mosnacek Aug. 27, 2020, 8:30 a.m. UTC
It is omitted from the official dependency list since it's optional, but
we want to (try to) install it in CI.

Signed-off-by: Ondrej Mosnacek <omosnace@redhat.com>
---
 travis-ci/run-testsuite.sh | 1 +
 1 file changed, 1 insertion(+)

Comments

Stephen Smalley Aug. 31, 2020, 2:13 p.m. UTC | #1
On Thu, Aug 27, 2020 at 4:30 AM Ondrej Mosnacek <omosnace@redhat.com> wrote:
>
> It is omitted from the official dependency list since it's optional, but
> we want to (try to) install it in CI.
>
> Signed-off-by: Ondrej Mosnacek <omosnace@redhat.com>

Acked-by:  Stephen Smalley <stephen.smalley.work@gmail.com>
(likewise, feel free to merge yourself)
Ondrej Mosnacek Sept. 3, 2020, 3:13 p.m. UTC | #2
On Mon, Aug 31, 2020 at 4:14 PM Stephen Smalley
<stephen.smalley.work@gmail.com> wrote:
> On Thu, Aug 27, 2020 at 4:30 AM Ondrej Mosnacek <omosnace@redhat.com> wrote:
> >
> > It is omitted from the official dependency list since it's optional, but
> > we want to (try to) install it in CI.
> >
> > Signed-off-by: Ondrej Mosnacek <omosnace@redhat.com>
>
> Acked-by:  Stephen Smalley <stephen.smalley.work@gmail.com>
> (likewise, feel free to merge yourself)

Thanks, merged.
diff mbox series

Patch

diff --git a/travis-ci/run-testsuite.sh b/travis-ci/run-testsuite.sh
index c19b961..9b5f954 100755
--- a/travis-ci/run-testsuite.sh
+++ b/travis-ci/run-testsuite.sh
@@ -30,6 +30,7 @@  dnf install -y \
     libselinux-devel \
     net-tools \
     netlabel_tools \
+    nftables \
     iptables \
     lksctp-tools-devel \
     attr \