]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
tests/service: consolidate setUp/tearDown logic
authorIsaku Yamahata <isaku.yamahata@intel.com>
Mon, 3 Feb 2014 06:44:02 +0000 (15:44 +0900)
committerIsaku Yamahata <isaku.yamahata@intel.com>
Tue, 25 Feb 2014 01:33:56 +0000 (10:33 +0900)
commitfdbaba877f98bf20c1ff71c9bd0d04956120f845
tree227c3b83c4018e5646a7fc82fe9946dd3f6e45e5
parentb1243f6d6e10dbf88ecd53e9f1a6337e60618289
tests/service: consolidate setUp/tearDown logic

Consolidate the duplicate code for extension api tests.
This will be also used by servicevm extensions later.

At the same time, a bug in test_extension_firewall.py is also fixed.
double call of super().setUp().

Closes-bug: #1275654
Change-Id: I72f185ef6e5af55729ced51fc0b72fae799d46ac
neutron/tests/unit/services/loadbalancer/test_loadbalancer_plugin.py
neutron/tests/unit/services/vpn/test_vpnaas_extension.py
neutron/tests/unit/test_api_v2_extension.py [new file with mode: 0644]
neutron/tests/unit/test_extension_firewall.py
neutron/tests/unit/test_l3_plugin.py