summaryrefslogtreecommitdiffstats
path: root/nova/tests/integrated
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2013-05-15 19:50:20 +0000
committerGerrit Code Review <review@openstack.org>2013-05-15 19:50:20 +0000
commitae624fe2e75cfc61826b160e68823bc41d062518 (patch)
tree734abc38f0a022160fe3101a094504c8093d2f1e /nova/tests/integrated
parent1a71dfcd274fb623694203bfe6a2db8b7355bb74 (diff)
parent586e752e69ca891714f390bf59ad30d5081d4498 (diff)
downloadnova-ae624fe2e75cfc61826b160e68823bc41d062518.tar.gz
nova-ae624fe2e75cfc61826b160e68823bc41d062518.tar.xz
nova-ae624fe2e75cfc61826b160e68823bc41d062518.zip
Merge "Refactor nova.volume.cinder.API to reduce roundtrips with Cinder"
Diffstat (limited to 'nova/tests/integrated')
-rw-r--r--nova/tests/integrated/test_api_samples.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/nova/tests/integrated/test_api_samples.py b/nova/tests/integrated/test_api_samples.py
index dd18a4400..d33cda028 100644
--- a/nova/tests/integrated/test_api_samples.py
+++ b/nova/tests/integrated/test_api_samples.py
@@ -3654,7 +3654,6 @@ class SnapshotsSampleJsonTests(ApiSampleTestBase):
def _create_snapshot(self):
self.stubs.Set(cinder.API, "create_snapshot",
fakes.stub_snapshot_create)
- self.stubs.Set(cinder.API, "get", fakes.stub_volume_get)
response = self._do_post("os-snapshots",
"snapshot-create-req",