]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Replace use of mox with mock in test_solidfire
authorJohn Griffith <john.griffith8@gmail.com>
Wed, 9 Dec 2015 07:03:37 +0000 (00:03 -0700)
committerJohn Griffith <john.griffith8@gmail.com>
Wed, 9 Dec 2015 07:03:37 +0000 (00:03 -0700)
commitbe4f29cb3a4c1c97c7aa9365f91815d98f504b9c
treef622dd0d40fb0a485941f6ee4578f380deb9f254
parent36841fcd06947284b255c4d31f8d36c1e7f6af82
Replace use of mox with mock in test_solidfire

Noticed we still had some old usage of mox, replace
the remaining cases of mox with mock in test_solidfire.py

Change-Id: I27c1b4ab04f401765a2ca4eb0ffe4d22da73af4e
cinder/tests/unit/test_solidfire.py