Blame SOURCES/0006-fix-test-direct-passthrough-no-need-to-check-for-dum.patch

40251c
From 3268ec28df668efcf8fd8fc3017d0768b0c70fe1 Mon Sep 17 00:00:00 2001
40251c
From: Eric Garver <eric@garver.life>
40251c
Date: Thu, 5 Dec 2019 12:31:06 -0500
40251c
Subject: [PATCH 06/37] fix: test: direct passthrough: no need to check for
40251c
 dummy module
40251c
40251c
(cherry picked from commit 3b9e8565a224937bb6c6b950ae3596abacc14c5d)
40251c
(cherry picked from commit 7b2740294a86cca114e8ce3938b5b0ba8f5bd28f)
40251c
---
40251c
 src/tests/firewall-cmd.at | 2 --
40251c
 1 file changed, 2 deletions(-)
40251c
40251c
diff --git a/src/tests/firewall-cmd.at b/src/tests/firewall-cmd.at
40251c
index 540bdb8b1065..51b367e7a0f0 100644
40251c
--- a/src/tests/firewall-cmd.at
40251c
+++ b/src/tests/firewall-cmd.at
40251c
@@ -866,8 +866,6 @@ FWD_END_TEST
40251c
 FWD_START_TEST([direct passthrough])
40251c
     AT_KEYWORDS(direct passthrough)
40251c
 
40251c
-    AT_CHECK([if ! modprobe dummy; then exit 77; fi])
40251c
-
40251c
     FWD_CHECK([--direct --passthrough ipv4 --table mangle --append POSTROUTING --out-interface dummy0 --protocol udp --destination-port 68 --jump CHECKSUM --checksum-fill], 0, ignore)
40251c
     FWD_CHECK([--direct --passthrough ipv4 --table mangle --delete POSTROUTING --out-interface dummy0 --protocol udp --destination-port 68 --jump CHECKSUM --checksum-fill], 0, ignore)
40251c
 
40251c
-- 
40251c
2.23.0
40251c