]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Trim 50s from huawei ISCSIDriver unit tests
authorTom Barron <tpb@dyncloud.net>
Sun, 21 Feb 2016 12:00:54 +0000 (07:00 -0500)
committerTom Barron <tpb@dyncloud.net>
Tue, 1 Mar 2016 15:24:42 +0000 (10:24 -0500)
commit9fb1808cd5c3964167c11473c548de062ce684e2
treea993ec712cd1db3afcfc06a8196fd5fdc976dcb3
parentad052ea99a6be50c09eda017bafb0decfd218f42
Trim 50s from huawei ISCSIDriver unit tests

The HuaweiISCSIDriver unit tests take almost a minute to run
on my machine because several negative test cases wait for
timeouts.

This commit leverages the utility method introduced in [1]
as well as the ZeroIntervalLoopingCall for mocks in the Huawei
unit tests to reduce total execution time for this set of
tests from about a minute to under 10s

[1] c2166876d85b17872c6fe32916c6d0d1dc974847

Change-Id: If17466ebabc391ebca57667200de072ede3ecc0c
cinder/tests/unit/test_huawei_drivers.py