From 43218113a25f127e5bf85d7cf225343aec8064ec Mon Sep 17 00:00:00 2001 From: Eric Garver Date: Thu, 5 Dec 2019 12:31:06 -0500 Subject: [PATCH 124/146] fix: test: direct passthrough: no need to check for dummy module (cherry picked from commit 3b9e8565a224937bb6c6b950ae3596abacc14c5d) (cherry picked from commit 1fa3e1da386151c697b1769cd452bc39d22cde4f) --- src/tests/firewall-cmd.at | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/tests/firewall-cmd.at b/src/tests/firewall-cmd.at index 21ba2e5aec45..b7581e4fc8ab 100644 --- a/src/tests/firewall-cmd.at +++ b/src/tests/firewall-cmd.at @@ -818,8 +818,6 @@ FWD_START_TEST([direct nat]) FWD_END_TEST FWD_START_TEST([direct passthrough]) - AT_CHECK([if ! modprobe dummy; then exit 77; fi]) - FWD_CHECK([--direct --passthrough ipv4 --table mangle --append POSTROUTING --out-interface dummy0 --protocol udp --destination-port 68 --jump CHECKSUM --checksum-fill], 0, ignore) FWD_CHECK([--direct --passthrough ipv4 --table mangle --delete POSTROUTING --out-interface dummy0 --protocol udp --destination-port 68 --jump CHECKSUM --checksum-fill], 0, ignore) -- 2.23.0