neutron/neutron/tests/unit/agent/common
Sean Mooney 7fd2725cb1 Do not skip ports with ofport unset or invalid
This change removes the "_check_ofport" function and its use form
the ovs_lib.py file.

By skipping ports without a unique ofport in the "get_vifs_by_ids"
and "get_vifs_by_id" functions, the OVS agent incorrectly treated
newly added port with an ofport of -1 as removed ports in the
"treat_devices_added_or_updated" function.

Co-Authored-By: Rodolfo Alonso Hernandez <ralonsoh@redhat.com>

Change-Id: I79158baafbb99bee99a1d687039313eb454d3a9b
Partial-Bug: #1734320
Partial-Bug: #1815989
2020-08-24 12:54:08 +00:00
..
__init__.py Add missing neutron/tests/unit/agent/common/__init__.py 2015-04-01 22:43:13 +02:00
test_async_process.py Remove the dependency on the "mock" package 2020-04-28 18:05:37 -04:00
test_ovs_lib.py Do not skip ports with ofport unset or invalid 2020-08-24 12:54:08 +00:00
test_ovsdb_monitor.py Remove the dependency on the "mock" package 2020-04-28 18:05:37 -04:00
test_placement_report.py Remove the dependency on the "mock" package 2020-04-28 18:05:37 -04:00
test_polling.py Remove the dependency on the "mock" package 2020-04-28 18:05:37 -04:00
test_resource_processing_queue.py Rename router processing queue code to be more generic 2018-07-20 15:09:20 -04:00
test_utils.py Remove the dependency on the "mock" package 2020-04-28 18:05:37 -04:00