cinder/cinder/tests
xing-yang 1ac4303043 Set sleep time to 0 in Datera driver
Found two new tests that caused hang. Both have “mock.patch(
'time.sleep’)” in it.  In this patch, I changed
datera.DEFAULT_SI_SLEEP to 0 from 0.01 and removed
“mock.patch('time.sleep’)”.

Logs that showed hanging:
    http://logs.openstack.org/52/328052/61/check/
    gate-cinder-python34-db/d417592/console.html

cinder.tests.unit.volume.drivers.test_datera.DateraVolumeTestCase.
test_ensure_export_success [] ... inprogress
2016-08-25 16:35:34.965056 |
{2} cinder.tests.unit.volume.drivers.test_datera.DateraVolumeTestCase.
test_create_export_target_does_not_exist_success [] ... inprogress
2016-08-25 16:35:35.043246 |

Change-Id: I3b8797b245616a85f927de15dca48e75831e035d
Partial-Bug: #1578986
2016-07-17 07:35:47 -04:00
..
compliance Use assertEqual/Less/Greater/In/IsNone 2016-07-04 17:58:16 +02:00
functional Fix ImportError of fake_driver 2016-08-03 10:52:46 +08:00
tempest tempest: Add Unicode volume name test 2016-06-22 15:45:52 +00:00
unit Set sleep time to 0 in Datera driver 2016-07-17 07:35:47 -04:00
__init__.py Move unit tests into dedicated directory 2015-04-21 18:40:40 -06:00
fake_driver.py Move fake_driver to tests root dir 2016-07-26 09:08:43 -06:00
fixtures.py Copy StandardLogging fixture from Nova 2016-02-29 17:46:31 -05:00