cinder/cinder/tests
John Griffith 85b9a70a41 Fake out sleeps in unit tests
Just a minor cleanup, had a few tests that were doing sleeps
(or looping calls for those that prefer it) that were being
executed to test timeouts in the unit tests.  No value in
actually *waiting* for these, so this patch just mocks them
out so we still test the procedure but don't actually have
to wait.

This shaves about 30 seconds or so off of the unit test run,
not a huge deal, but every little bit helps IMO.

Also noticed a LOG.debug message in the test_extensions file
that wasn't picked up in other cleanup work so I removed that
debug log call as well.

Change-Id: I415ac75816e8a0f4c48c61b23391df1a9a016d62
2015-05-01 15:38:34 -06:00
..
unit Fake out sleeps in unit tests 2015-05-01 15:38:34 -06:00
__init__.py Move unit tests into dedicated directory 2015-04-21 18:40:40 -06:00