Merge "Tests: Remove unused rbd mock_driver_configuration"

This commit is contained in:
Zuul 2020-01-20 13:44:12 +00:00 committed by Gerrit Code Review
commit 89f74086ac
1 changed files with 0 additions and 8 deletions

View File

@ -168,14 +168,6 @@ class MockDriverConfig(object):
return getattr(self, value, self._default)
def mock_driver_configuration(value):
if value == 'max_over_subscription_ratio':
return 1.0
if value == 'reserved_percentage':
return 0
return 'RBD'
@ddt.ddt
class RBDTestCase(test.TestCase):