neutron/neutron/tests
Nguyen Thanh Cong 2711ad5819 [OvS] Handle re_added multi ports
Multiple ports are located in ports_re_added. Assume we have port_one
and port_two. It will loop through the ports. Port_one is iterated
first, events ['re_added'] is assigned port_one, events ['removed']
is assigned port_two. In the second loop, events ['re_added'] is set
to port_two instead of adding port_two to list. So after the loop,
only port_two is left in events ['re_added'].

Change-Id: If8edd29dd741f1688ffcac341fd58173539ba000
Closes-Bug: #1864630
(cherry picked from commit 5600163e9b)
(cherry picked from commit 22df469504)
2020-09-11 09:45:17 +00:00
..
common Kill all processes running in a namespace before deletion 2020-04-20 16:35:04 +02:00
contrib Switch neutron-functional-with-wsgi job to zuul v3 syntax 2019-03-21 15:01:55 +00:00
etc Convert policy.json into policy-in-code 2018-12-13 20:37:53 +00:00
fullstack Check "security_group_rule" quota during security group creation 2020-04-24 11:45:27 +02:00
functional Merge "Add 'keepalived_use_no_track' config option" into stable/stein 2020-09-05 12:57:21 +00:00
unit [OvS] Handle re_added multi ports 2020-09-11 09:45:17 +00:00
var
__init__.py Avoid eventlet monkey patching for the tempest plugin 2016-04-29 22:47:24 -05:00
base.py Reset timeout exception in DietTestCase when retrying 2020-02-04 17:51:36 +01:00
post_mortem_debug.py
tools.py Merge "consume UnorderedList from neutron-lib" 2019-03-15 20:54:10 +00:00