This commit is contained in:
parent
93fcb7700a
commit
23c5f75e26
@ -20,7 +20,7 @@ def test_iptables_running_and_enabled(host):
|
||||
assert iptables.is_enabled
|
||||
|
||||
|
||||
def test_iptables_default_rules(host)
|
||||
def test_iptables_default_rules(host):
|
||||
defaults = [
|
||||
"-P INPUT ACCEPT",
|
||||
"-A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT",
|
||||
|
Loading…
Reference in New Issue
Block a user