Blame SOURCES/0001-tests-functions-check-state-after-a-reload.patch

e3f863
From 83f7000d753f6e4c688ca91badc4d73bcf37929f Mon Sep 17 00:00:00 2001
e3f863
From: Eric Garver <e@erig.me>
e3f863
Date: Mon, 13 Aug 2018 14:39:25 -0400
e3f863
Subject: [PATCH 1/4] tests/functions: check state after a reload
e3f863
e3f863
To make sure firewalld doesn't get stuck during a reload we should check
e3f863
the state as well.
e3f863
e3f863
(cherry picked from commit 8b3591c3f238156911bb63dd5622168d21a9ae78)
e3f863
---
e3f863
 src/tests/functions.at | 1 +
e3f863
 1 file changed, 1 insertion(+)
e3f863
e3f863
diff --git a/src/tests/functions.at b/src/tests/functions.at
e3f863
index d9b1ce401bb0..02464f3c22df 100644
e3f863
--- a/src/tests/functions.at
e3f863
+++ b/src/tests/functions.at
e3f863
@@ -55,6 +55,7 @@ m4_define([FWD_START_FIREWALLD], [
e3f863
 
e3f863
 m4_define([FWD_RELOAD], [
e3f863
     FWD_CHECK([-q --reload], [$1], [$2], [$3])
e3f863
+    FWD_CHECK([-q --state], [$4], [$5], [$6])
e3f863
 ])
e3f863
 
e3f863
 m4_define([FWD_RESTART], [
e3f863
-- 
e3f863
2.18.0
e3f863