Blob Blame History Raw
From a6b043700abf15ff2c091e1669c2d76f345dad5c Mon Sep 17 00:00:00 2001
From: Eric Garver <eric@garver.life>
Date: Mon, 13 May 2019 10:06:08 -0400
Subject: [PATCH 53/73] test: travis: add another test matrix for omitting
 ip6tables

Users often run in environments with no ip6tables support. Let's add
this scenario to our CI matrix.

(cherry picked from commit 00874143ea54f99a048e318dc1aae05141c59fe6)
(cherry picked from commit 1b206091af3830e5f1a6334a0e2b3e928f4c7d0a)
---
 .travis.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index e3410857599b..71c3b9b7d4d1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,6 +18,8 @@ env:
   - TESTSUITEFLAGS="-k offline -j3"
   - TESTSUITEFLAGS="-k nftables -j3"
   - TESTSUITEFLAGS="-k iptables -j3"
+  - TESTSUITEFLAGS="-k iptables -j3"
+    IP6TABLES="/bin/false" IP6TABLES_RESTORE="/bin/false"
 
 # Install necessary dependencies
 before_install:
-- 
2.20.1