]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Split up metering test case into plugin + test case
authorAssaf Muller <amuller@redhat.com>
Fri, 2 May 2014 14:21:05 +0000 (17:21 +0300)
committerAssaf Muller <amuller@redhat.com>
Sun, 13 Jul 2014 08:30:23 +0000 (11:30 +0300)
commitfd772afb697b70bf9da009976681a2a67d6fa5f1
treeb9af2b5109f76da389a50267a87ba22e67c8ef1c
parente95347be1409154062a59b0a720c75d0e0d7cd2b
Split up metering test case into plugin + test case

Currently the metering test case includes setUp code as well
as the tests themselves. Splitting up the test case class
into two allows other test cases to inherit the metering
plugin class without inherting (And implicitly re-running)
the tests themselves.

Closes-Bug: #1336198
Change-Id: I4427fcd17cc3d28189f9f74df487084cf35c1634
neutron/tests/unit/db/metering/test_db_metering.py