]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Mock leaked _execute() calls in driver tests
authorMike Perez <thingee@gmail.com>
Fri, 19 Dec 2014 23:44:04 +0000 (15:44 -0800)
committerMike Perez <thingee@gmail.com>
Fri, 19 Dec 2014 23:47:40 +0000 (15:47 -0800)
commitb5d6e297382f832a8896c9f045a65ecef0fe139e
tree6f82844821d04664e78f36022cd39b4edee51f57
parenta20330d64fc24d1421660b49d196609cd6127979
Mock leaked _execute() calls in driver tests

Some drivers have _execute() calls being linked, causing tests to prompt
for password and eventual fail for time out. This prevents those
_execute calls from happening.

Closes-Bug: #1404414
Change-Id: I43a11c065799efe6f5b81dc15e1f7232c80d1070
cinder/tests/test_huaweistorac.py
cinder/tests/test_zfssa.py