All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH testsuite] travis: add nftables to dependencies to run more tests
@ 2020-08-27  8:30 Ondrej Mosnacek
  2020-08-31 14:13 ` Stephen Smalley
  0 siblings, 1 reply; 3+ messages in thread
From: Ondrej Mosnacek @ 2020-08-27  8:30 UTC (permalink / raw)
  To: selinux

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(+)

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 \
-- 
2.26.2


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-09-03 15:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-27  8:30 [PATCH testsuite] travis: add nftables to dependencies to run more tests Ondrej Mosnacek
2020-08-31 14:13 ` Stephen Smalley
2020-09-03 15:13   ` Ondrej Mosnacek

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.