Base on SqlTestCase to init db tables correctly

Change-Id: I6c6503d4b8b0677cb31fa54185b1aacda68f7b53
Closes-bug: #1488868
This commit is contained in:
gong yong sheng 2015-08-26 17:20:25 +08:00 committed by Miguel Angel Ajo
parent ce3fb9065e
commit c1599337ab
1 changed files with 2 additions and 2 deletions

View File

@ -15,10 +15,10 @@ import mock
from neutron.api.rpc.callbacks.consumer import registry as cons_registry
from neutron.api.rpc.callbacks.producer import registry as prod_registry
from neutron.api.rpc.callbacks import resource_manager
from neutron.tests import base
from neutron.tests.unit import testlib_api
class BaseQosTestCase(base.BaseTestCase):
class BaseQosTestCase(testlib_api.SqlTestCase):
def setUp(self):
super(BaseQosTestCase, self).setUp()