Blame SOURCES/0053-test-travis-add-another-test-matrix-for-omitting-ip6.patch

c8bceb
From a6b043700abf15ff2c091e1669c2d76f345dad5c Mon Sep 17 00:00:00 2001
c8bceb
From: Eric Garver <eric@garver.life>
c8bceb
Date: Mon, 13 May 2019 10:06:08 -0400
c8bceb
Subject: [PATCH 53/73] test: travis: add another test matrix for omitting
c8bceb
 ip6tables
c8bceb
c8bceb
Users often run in environments with no ip6tables support. Let's add
c8bceb
this scenario to our CI matrix.
c8bceb
c8bceb
(cherry picked from commit 00874143ea54f99a048e318dc1aae05141c59fe6)
c8bceb
(cherry picked from commit 1b206091af3830e5f1a6334a0e2b3e928f4c7d0a)
c8bceb
---
c8bceb
 .travis.yml | 2 ++
c8bceb
 1 file changed, 2 insertions(+)
c8bceb
c8bceb
diff --git a/.travis.yml b/.travis.yml
c8bceb
index e3410857599b..71c3b9b7d4d1 100644
c8bceb
--- a/.travis.yml
c8bceb
+++ b/.travis.yml
c8bceb
@@ -18,6 +18,8 @@ env:
c8bceb
   - TESTSUITEFLAGS="-k offline -j3"
c8bceb
   - TESTSUITEFLAGS="-k nftables -j3"
c8bceb
   - TESTSUITEFLAGS="-k iptables -j3"
c8bceb
+  - TESTSUITEFLAGS="-k iptables -j3"
c8bceb
+    IP6TABLES="/bin/false" IP6TABLES_RESTORE="/bin/false"
c8bceb
 
c8bceb
 # Install necessary dependencies
c8bceb
 before_install:
c8bceb
-- 
c8bceb
2.20.1
c8bceb