summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAnthony Cornehl <accornehl@fastmail.fm>2019-09-10 14:05:28 -0700
committerBrian May <brian@linuxpenguins.xyz>2019-09-22 10:29:28 +1000
commit21ef365c59dfff0fa460d60514560a7d10dcf0a0 (patch)
tree08ca03f52d6e1e62611801b78b68fa62ef8afdac /tests
parenta765aa3235bf5213cd6430220873c594ad1fd677 (diff)
The size of pf_rule grew in OpenBSD 6.4
Diffstat (limited to 'tests')
-rw-r--r--tests/client/test_methods_pf.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/client/test_methods_pf.py b/tests/client/test_methods_pf.py
index 36803ac..42f1828 100644
--- a/tests/client/test_methods_pf.py
+++ b/tests/client/test_methods_pf.py
@@ -403,8 +403,8 @@ def test_setup_firewall_openbsd(mock_pf_get_dev, mock_ioctl, mock_pfctl):
None)
assert mock_ioctl.mock_calls == [
- call(mock_pf_get_dev(), 0xcd58441a, ANY),
- call(mock_pf_get_dev(), 0xcd58441a, ANY),
+ call(mock_pf_get_dev(), 0xcd60441a, ANY),
+ call(mock_pf_get_dev(), 0xcd60441a, ANY),
]
assert mock_pfctl.mock_calls == [
call('-s Interfaces -i lo -v'),
@@ -451,8 +451,8 @@ def test_setup_firewall_openbsd(mock_pf_get_dev, mock_ioctl, mock_pfctl):
False,
None)
assert mock_ioctl.mock_calls == [
- call(mock_pf_get_dev(), 0xcd58441a, ANY),
- call(mock_pf_get_dev(), 0xcd58441a, ANY),
+ call(mock_pf_get_dev(), 0xcd60441a, ANY),
+ call(mock_pf_get_dev(), 0xcd60441a, ANY),
]
assert mock_pfctl.mock_calls == [
call('-s Interfaces -i lo -v'),