Remove volume_backup_list_paged from the volume tests file

Volume_backup_list_paged is not used in tests.py, so delete it

Change-Id: I674dc6997da9dab9ce2ffbef728ef8939185a651
This commit is contained in:
pengyuesheng 2019-06-13 14:46:33 +08:00
parent 2cb84ade8a
commit a4acc21dac
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',