neutron/neutron/tests/unit/plugins/ml2
Rodolfo Alonso Hernandez 0d43372f14 Add "project_id" filter when changing the network segmentation ID
When the segmentation ID of a network is updated, first the provider
network segment is validated and then reserved. If service plugin
"network_segment_range" is enabled, the Neutron server retrieves the
network segment ranges with shared=True or those ones with the same
project_id as the network.

This patch adds the "project_id" information to the filters when
reserving the network provider segment. This change will allow to
retrieve those private networks segments belonging to the same
project.

Change-Id: I21bd60af000276779f56b3a6d45b4a6c1836bed1
Closes-Bug: #1863619
2020-02-17 16:03:17 +00:00
..
drivers [OVN] Add an interval between agents health checks 2020-01-28 14:28:38 +00:00
extensions Implement tagging during bulk port creation 2020-01-28 18:23:37 -06:00
__init__.py Reorganize unit test tree 2015-04-06 23:28:31 +00:00
_test_mech_agent.py Check mech driver connectivity during port binding 2019-09-11 07:05:54 +00:00
base.py use service type constants from neutron_lib plugins 2017-06-27 15:16:05 -06:00
test_agent_scheduler.py Start enforcing E125 flake8 directive 2019-07-19 23:39:41 -04:00
test_db.py Incorporate capability for multiple mac generation 2018-11-08 09:43:33 -05:00
test_driver_context.py Use objects instead of SQLA deep copies in PortContext 2017-06-20 01:34:10 -07:00
test_ext_portsecurity.py PSExtDriverTestCase: initialize variable in case of exception 2019-10-30 17:44:45 -04:00
test_extension_driver_api.py Use constant IP_VERSION_4/6 in unit tests 2018-08-27 21:45:39 +00:00
test_managers.py Add "project_id" filter when changing the network segmentation ID 2020-02-17 16:03:17 +00:00
test_ovo_rpc.py Stop loading OVOServerRpcInterface in ML2 testcase 2017-04-18 01:27:37 -07:00
test_plugin.py Check "security_group_rule" quota during security group creation 2020-01-28 12:02:52 +00:00
test_port_binding.py Drive binding by placement allocation 2019-03-09 22:03:51 +00:00
test_rpc.py ovs agent: signal to plugin if tunnel refresh needed 2020-01-09 14:18:43 +00:00
test_security_group.py Start enforcing E125 flake8 directive 2019-07-19 23:39:41 -04:00
test_tracked_resources.py use core resource api defs from lib 2017-11-08 09:48:50 -07:00