os-brick/os_brick/tests/local_dev
Sean McGinnis 3f1314674d
Switch from retrying to tenacity
This switching our retry mechanism over from the retrying library to the
tenacity library. Retrying has been active for a few years now and
appears to be no longer maintained.

This has a small behavior change in that before we were applying an
exponential backoff to the first time a retry was needed. This no longer
happens, but retries will exponentially back off with each retry.

Also cleaned up some minor nits with unit test assert argument order.

Closes-bug: #1635397

Change-Id: I24cab206b16e63859d4886c55d40a03d398ce30d
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
2020-05-06 09:08:01 -05:00
..
__init__.py os-brick add cinder local_dev lvm code 2016-01-12 08:17:31 -08:00
fake_lvm.py os-brick add cinder local_dev lvm code 2016-01-12 08:17:31 -08:00
test_brick_lvm.py Switch from retrying to tenacity 2020-05-06 09:08:01 -05:00