]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Fix tests failing in gate
authorGorka Eguileor <geguileo@redhat.com>
Fri, 10 Jul 2015 11:20:16 +0000 (13:20 +0200)
committerGorka Eguileor <geguileo@redhat.com>
Fri, 10 Jul 2015 14:15:32 +0000 (16:15 +0200)
commit0f588ac59b998a8a12457ffdca87292d67a0584a
treeb48a034619de9979d054baa7c1c10019453aac03
parent5669075b28ddcc03ffc72e5e5ef32c6552d5df9a
Fix tests failing in gate

gate-cinder-python27 gate-cinder-python34 is reporting failures where it
wasn't before. This is all due to new mock version 1.1.0.  This patch
fixed the tests to pass the gate.

Some of these errors are actual errors in our test code, while other are
changes to Mock syntax.

Closes-Bug: #1473454
Change-Id: If8eabfeacacc221e92dfece9f4937875bd70751e
cinder/test.py
cinder/tests/unit/targets/test_iet_driver.py
cinder/tests/unit/test_pure.py
cinder/tests/unit/test_test.py