neutron/neutron/tests/unit/extensions
Miguel Lavalle 323c29fd05 Store segmentation_id during segment create
The segmentation_id of a new segment is assigned by the
_handle_segment_change callback in the ML2 plugin, which is executed
after the segment was created, before commiting it to the DB. This
patchset adds code to update the newly created segment with the
segmentation_id assigned by the callback.

Change-Id: I493278a0bf5a3a0aadad10e5bee546d83b949fdc
Closes-Bug: #1698596
2017-06-18 17:47:00 -05:00
..
__init__.py Empty files should not contain copyright or license 2014-10-20 00:50:32 +00:00
base.py ExtensionTestCase: register correct core plugin 2017-03-28 02:46:45 +00:00
extendedattribute.py Use ExtensionDescriptor from neutron-lib 2016-12-02 14:16:06 -05:00
extensionattribute.py Use ExtensionDescriptor from neutron-lib 2016-12-02 14:16:06 -05:00
foxinsocks.py Consume ServicePluginBase from neutron-lib 2017-03-17 12:06:57 -06:00
test_address_scope.py use neutron-lib callbacks 2017-04-26 12:12:53 -06:00
test_agent.py Spin off context module 2017-03-06 16:25:29 +00:00
test_availability_zone.py Spin off context module 2017-03-06 16:25:29 +00:00
test_data_plane_status.py Eliminate lookup of "resource extend" funcs by name 2017-04-21 14:48:42 -04:00
test_default_subnetpools.py Fix call a method of extension class 2017-03-30 16:37:23 +09:00
test_dns.py Fix call a method of extension class 2017-03-30 16:37:23 +09:00
test_external_net.py Eliminate lookup of model query hooks by name 2017-04-16 10:33:36 -04:00
test_extra_dhcp_opt.py use extra_dhcp_opt api-def from neutron-lib 2017-05-31 15:06:35 +00:00
test_extraroute.py Spin off context module 2017-03-06 16:25:29 +00:00
test_flavors.py Spin off context module 2017-03-06 16:25:29 +00:00
test_l3.py Merge "Use SUBNET instead of SUBNET_GATEWAY event in L3" 2017-05-18 18:12:29 +00:00
test_l3_ext_gw_mode.py Fix relationship event handler for flushes and nested 2017-03-30 01:26:40 -07:00
test_network_ip_availability.py Fix incorrect comments in ip availability test 2017-06-08 09:16:22 +08:00
test_portsecurity.py use neutron-lib port security api-def 2017-05-01 11:45:42 -06:00
test_providernet.py Merge "Fix call a method of extension class" 2017-04-02 03:26:12 +00:00
test_quotasv2.py Decouple tests from default quota size option values 2017-03-07 19:35:51 +00:00
test_router_availability_zone.py Replace six.iteritems with dict.items(Part-1) 2017-04-17 14:08:47 +08:00
test_securitygroup.py Merge "Replace six.iteritems with dict.items(Part-1)" 2017-04-17 15:16:58 +00:00
test_segment.py Store segmentation_id during segment create 2017-06-18 17:47:00 -05:00
test_servicetype.py Spin off context module 2017-03-06 16:25:29 +00:00
test_subnet_service_types.py Eliminate lookup of "resource extend" funcs by name 2017-04-21 14:48:42 -04:00
test_tag.py Enhance tag mechanism 2017-02-04 11:07:04 +09:00
test_timestamp.py OVO for Tag 2017-03-07 23:06:00 +00:00
test_vlantransparent.py Replace six.iteritems with dict.items(Part-1) 2017-04-17 14:08:47 +08:00
v2attributes.py Use ExtensionDescriptor from neutron-lib 2016-12-02 14:16:06 -05:00