]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Add unit tests covering single operations to ODL
authorCédric Ollivier <ollivier.cedric@gmail.com>
Thu, 21 Aug 2014 18:26:10 +0000 (20:26 +0200)
committerCédric Ollivier <ollivier.cedric@gmail.com>
Fri, 22 Aug 2014 08:03:07 +0000 (10:03 +0200)
commit903e2a8cd1dd9169048d1ad9dd8a566b2ae52395
treeecf5dfa944fe6d2f6eaf0efb64789550a61e6d7c
parent8301f7c19cdf24dbff27317f08c940b398f8e09d
Add unit tests covering single operations to ODL

This commit adds the remaining test cases (create and update
operations) to fully cover sync_single_resource. It also defines the
filter_* methods as static or class methods and removes their duplicate
arguments.

Change-Id: I6b6153ea577bd685576690559b1c389490ee525d
Closes-Bug: #1325184
neutron/plugins/ml2/drivers/mechanism_odl.py
neutron/tests/unit/ml2/test_mechanism_odl.py