Merge "Mock tenacity in gluster driver unit tests"

This commit is contained in:
Zuul 2022-02-25 23:54:07 +00:00 committed by Gerrit Code Review
commit 3ce3854ae9
1 changed files with 1 additions and 0 deletions

View File

@ -680,6 +680,7 @@ class GlusterManagerTestCase(test.TestCase):
'volume', args[0], 'testvol', 'an_option', *args[1:],
error_policy=mock.ANY)
@mock.patch('tenacity.nap.sleep', mock.Mock())
@ddt.data({}, {'ignore_failure': False})
def test_set_vol_option_error(self, kwargs):
fake_obj = mock.Mock(