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

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