api: run max_resource_volume test on SQL backend
Change-Id: I7928da7d4ca10684de1f7bddac5e356c218d9725 Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
1e5169554a
commit
823f2005d8
@ -25,6 +25,7 @@ from . import list_resources
|
|||||||
from . import list_sources
|
from . import list_sources
|
||||||
from . import list_users
|
from . import list_users
|
||||||
from . import max_project_volume
|
from . import max_project_volume
|
||||||
|
from . import max_resource_volume
|
||||||
|
|
||||||
|
|
||||||
class TestListEvents(list_events.TestListEvents):
|
class TestListEvents(list_events.TestListEvents):
|
||||||
@ -85,3 +86,7 @@ class TestListSource(list_sources.TestListSource):
|
|||||||
|
|
||||||
class TestMaxProjectVolume(max_project_volume.TestMaxProjectVolume):
|
class TestMaxProjectVolume(max_project_volume.TestMaxProjectVolume):
|
||||||
database_connection = 'test://'
|
database_connection = 'test://'
|
||||||
|
|
||||||
|
|
||||||
|
class TestMaxProjectVolume(max_resource_volume.TestMaxResourceVolume):
|
||||||
|
database_connection = 'test://'
|
||||||
|
@ -25,6 +25,7 @@ import list_resources
|
|||||||
import list_sources
|
import list_sources
|
||||||
import list_users
|
import list_users
|
||||||
import max_project_volume
|
import max_project_volume
|
||||||
|
import max_resource_volume
|
||||||
|
|
||||||
|
|
||||||
class TestListEvents(list_events.TestListEvents):
|
class TestListEvents(list_events.TestListEvents):
|
||||||
@ -73,3 +74,7 @@ class TestListSource(list_sources.TestListSource):
|
|||||||
|
|
||||||
class TestMaxProjectVolume(max_project_volume.TestMaxProjectVolume):
|
class TestMaxProjectVolume(max_project_volume.TestMaxProjectVolume):
|
||||||
database_connection = 'sqlite://'
|
database_connection = 'sqlite://'
|
||||||
|
|
||||||
|
|
||||||
|
class TestMaxResourceVolume(max_resource_volume.TestMaxResourceVolume):
|
||||||
|
database_connection = 'sqlite://'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user