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

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