neutron/neutron/tests/unit/agent
Jakub Libosvar f68e7822f4 ovs-fw: Apply openflow rules immediately during update
Because update operation updates openflow rules three times:
 1) New rules with new cookie
 2) Delete old rules with old cookie
 3) Change new cookie back to old cookie

and the step 2) uses --strict parameter, it's needed to apply rules
before deleting the old rules because --strict parameter cannot be
combined with non-strict. This patch applies openflow rules after
step 1), then --strict rules in step 2 are applied right away and then
rest of delete part from 2) and all new rules from 3) are applied
together.

This patch adds optional interval parameter to Pinger class which sends
more ICMP packets per second in the firewall blink tests to increase a
chance of sending a packet while firewall is in inconsistent state.

Change-Id: I25d9c87225feda1b5ddd442dd01529424186e05b
Closes-bug: #1708731
2018-04-24 14:55:30 +00:00
..
common ovsfw: Use bundle when adding security group rules 2018-03-08 14:31:06 +00:00
dhcp Spawn/stop metadata proxies upon adding/deleting router interfaces 2018-03-26 20:46:52 +00:00
l2 use qos constants from neutron-lib 2017-10-26 19:57:19 +00:00
l3 Merge "Use cidr during tenant network rule deletion" into stable/queens 2018-04-07 04:47:27 +00:00
linux ovs-fw: Apply openflow rules immediately during update 2018-04-24 14:55:30 +00:00
metadata Add log-tag to haproxy config file 2018-01-22 09:07:03 -05:00
ovsdb Fixes using SSL OVSDB connection 2018-02-09 04:50:10 +00:00
windows Fix pep8 errors 2018-04-12 01:31:55 +09:00
__init__.py Empty files should not contain copyright or license 2014-10-20 00:50:32 +00:00
test_agent_extensions_manager.py Refactoring config options for l2 agent ext opts 2016-11-21 19:45:04 +00:00
test_resource_cache.py Merge "Fix race condition with enabling SG on many ports at once" 2018-01-27 10:36:37 +00:00
test_rpc.py Use flake8-import-order plugin 2017-07-05 03:15:27 +00:00
test_securitygroups_rpc.py Iptables firewall driver adds forward rules for trusted ports 2018-03-25 09:56:10 +00:00