manila/manila/tests/share/drivers
Clinton Knight 65d1158526 Replace legacy StubOutForTesting class
The Manila test module uses a class called StubOutForTesting, which
is an awkward holdover from when the unit tests were using Mox.
Alex wrote a more elegant and capable mocker method,
manila.test.TestCase.mock_object, in the Cinder project which we
have now added to Manila. So to remove the duplicate functionality
and legacy code, all references to self.stubs.Set() in the Manila
tests should be replaced with self.mock_object() and any related
dead code should be removed.

Resolves-bug: #1415602
Change-Id: Ie5f203c0b2cb57ad00d9ec8db0529075b6fef261
2015-02-03 14:31:17 +00:00
..
emc Replace legacy StubOutForTesting class 2015-02-03 14:31:17 +00:00
ganesha Replace legacy StubOutForTesting class 2015-02-03 14:31:17 +00:00
huawei Replace legacy StubOutForTesting class 2015-02-03 14:31:17 +00:00
ibm Replace legacy StubOutForTesting class 2015-02-03 14:31:17 +00:00
netapp Replace legacy StubOutForTesting class 2015-02-03 14:31:17 +00:00
zfssa Replace legacy StubOutForTesting class 2015-02-03 14:31:17 +00:00
__init__.py EMC Manila driver 2014-08-23 14:49:18 -04:00
test_ganesha.py Replace legacy StubOutForTesting class 2015-02-03 14:31:17 +00:00
test_generic.py Replace legacy StubOutForTesting class 2015-02-03 14:31:17 +00:00
test_glusterfs.py Replace legacy StubOutForTesting class 2015-02-03 14:31:17 +00:00
test_glusterfs_native.py Replace legacy StubOutForTesting class 2015-02-03 14:31:17 +00:00
test_service_instance.py Replace legacy StubOutForTesting class 2015-02-03 14:31:17 +00:00