30 lines
1.3 KiB
Diff
30 lines
1.3 KiB
Diff
|
From 2a1a55209a95c5463e07cc3eb048d128ab7593ed Mon Sep 17 00:00:00 2001
|
||
|
From: Eric Garver <eric@garver.life>
|
||
|
Date: Mon, 10 Aug 2020 09:29:05 -0400
|
||
|
Subject: [PATCH 48/62] test(regression/rhbz1541077): use FWD_OFFLINE_CHECK
|
||
|
macro
|
||
|
|
||
|
Fixes: 6e279ef6517a ("test(regression/rhbz1541077): correctly use macros")
|
||
|
Fixes: dddba7b9c276 ("fix(cli): add ipset type hash:mac is incompatible with the family parameter")
|
||
|
(cherry picked from commit fae16b550ed8b384ee24691e6442b7cbd6b776aa)
|
||
|
(cherry picked from commit 3efe0f30d4499763aacc573dc634b52ceb11a017)
|
||
|
---
|
||
|
src/tests/regression/rhbz1541077.at | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
diff --git a/src/tests/regression/rhbz1541077.at b/src/tests/regression/rhbz1541077.at
|
||
|
index 692ca8ecc892..73ad4b49cb3d 100644
|
||
|
--- a/src/tests/regression/rhbz1541077.at
|
||
|
+++ b/src/tests/regression/rhbz1541077.at
|
||
|
@@ -4,6 +4,6 @@ AT_KEYWORDS(ipset rhbz1541077)
|
||
|
FWD_CHECK([--permanent --new-ipset hashmacv6 --type hash:mac --family inet6], 2, [ignore], [ignore])
|
||
|
FWD_CHECK([--new-ipset hashmacv6 --type hash:mac --family inet6], 2, [ignore], [ignore])
|
||
|
|
||
|
-AT_CHECK([firewall-offline-cmd --new-ipset hashmacv6 --type hash:mac --family inet6], 2, [ignore], [ignore])
|
||
|
+FWD_OFFLINE_CHECK([--new-ipset hashmacv6 --type hash:mac --family inet6], 2, [ignore], [ignore])
|
||
|
|
||
|
FWD_END_TEST
|
||
|
--
|
||
|
2.28.0
|
||
|
|