Merge "Remove volume_backup_list_paged from the volume tests file"

This commit is contained in:
Zuul 2019-06-18 12:26:30 +00:00 committed by Gerrit Code Review
commit 0531d01bd2
1 changed files with 1 additions and 2 deletions

View File

@ -40,8 +40,7 @@ SEARCH_OPTS = dict(status=api.cinder.VOLUME_STATE_AVAILABLE)
class VolumeIndexViewTests(test.ResetImageAPIVersionMixin, test.TestCase):
@test.create_mocks({
api.nova: ['server_get', 'server_list'],
api.cinder: ['volume_backup_list_paged',
'volume_backup_supported',
api.cinder: ['volume_backup_supported',
'volume_snapshot_list',
'volume_list_paged',
'tenant_absolute_limits',