]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Adopt oslotest BaseTestCase as a base class for DietTestCase
authorIhar Hrachyshka <ihrachys@redhat.com>
Wed, 6 Jan 2016 12:54:00 +0000 (13:54 +0100)
committerIhar Hrachyshka <ihrachys@redhat.com>
Thu, 7 Jan 2016 14:08:54 +0000 (15:08 +0100)
commit7a2824afc46342a8cef1937384b1475e68862b27
tree50e2b9254a993b6ef5d2a550adb0449ee0b56e5f
parent0c073785099b768e93122d7631560099ae216782
Adopt oslotest BaseTestCase as a base class for DietTestCase

This will make us more in line with other projects in terms of testing
API. It also allows to remove some duplicate code from base test classes
for Neutron, leaving just Neutron specific fixture setup there.

Note: we don't add a new dependency because the library is already used
in some of database functional tests through oslo.db base test classes.

Change-Id: Ifec6cce386d8b024605496026c8469200f3c002b
Closes-Bug: #1531484
neutron/tests/base.py
neutron/tests/functional/agent/linux/test_ovsdb_monitor.py
neutron/tests/unit/plugins/ml2/drivers/test_helpers.py