Searched refs:actual_rules (Results 1 – 1 of 1) sorted by relevance
/external/autotest/client/site_tests/platform_Firewall/ |
D | platform_Firewall.py | 39 def _check(expected_rule, actual_rules, error_msg, executable, check): argument 41 if not check(expected_rule, actual_rules): 46 def _check_included(expected_rule, actual_rules, error_msg, executable): argument 49 expected_rule, actual_rules, error_msg, executable, 54 def _check_not_included(expected_rule, actual_rules, error_msg, executable): argument 57 expected_rule, actual_rules, error_msg, executable, 98 actual_rules = self._iptables_rules(executable) 100 self._TCP_RULE, actual_rules, 104 self._UDP_RULE, actual_rules, 108 self._IFACE_RULE, actual_rules,
|