]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Fix ml2 & nec plugins for allowedaddresspairs tests
authorJon Grimm <jgrimm@linux.vnet.ibm.com>
Thu, 28 Nov 2013 00:34:45 +0000 (18:34 -0600)
committerJon Grimm <jgrimm@linux.vnet.ibm.com>
Wed, 12 Mar 2014 15:41:43 +0000 (10:41 -0500)
commit7599d9d0526e22977caf6de13c751884a5d8f2f5
tree22aa600107445baea7be0002cfa943b95bc9bcc2
parent3067748798b1c7da9cba2aa62853805bb1024ce6
Fix ml2 & nec plugins for allowedaddresspairs tests

Enabling the allowedaddresspairs tests uncovered that update_port()
was not returning the expected updated port info (still contained
original info).

Change-Id: I88f252e1348d272edd114fbee69e2309d3740213
Closes-bug: #1255150
neutron/plugins/ml2/plugin.py
neutron/plugins/nec/nec_plugin.py
neutron/tests/unit/ml2/test_ml2_plugin.py
neutron/tests/unit/nec/test_nec_plugin.py