neutron/neutron/tests
Nguyen Thanh Cong 22df469504 [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)
2020-04-03 22:53:21 +07:00
..
common NetcatTester.stop_processes skip "No such process" exception 2019-11-22 10:54:06 +00:00
contrib Conntrack Helper - Plugin 2019-08-29 10:41:04 +02:00
etc Convert policy.json into policy-in-code 2018-12-13 20:37:53 +00:00
fullstack Merge "Check "security_group_rule" quota during security group creation" into stable/train 2020-02-06 06:50:54 +00:00
functional Merge "ovsdb monitor: handle modified ports" into stable/train 2020-03-27 22:08:43 +00:00
unit [OvS] Handle re_added multi ports 2020-04-03 22:53:21 +07: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 16:51:12 +00:00
post_mortem_debug.py
tools.py consume WarningsFixture from neutron-lib 2019-07-09 08:32:33 -06:00