]> 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)
committerThomas Goirand <thomas@goirand.fr>
Thu, 13 Mar 2014 07:20:31 +0000 (15:20 +0800)
commit74a9f41daa9b398f3e915898c669dcc6122ba125
tree46e8445763ce8396d26ea9819f901577ad83667c
parent69a0c6b10e5a85371c1549ff36934c04a1ae1991
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