summaryrefslogtreecommitdiffstats
path: root/nova/tests
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2012-10-10 20:55:06 +0000
committerGerrit Code Review <review@openstack.org>2012-10-10 20:55:06 +0000
commitd165e07c70b5dfde85a03d0bbf6e5cb7fc783e03 (patch)
treed8919e017e6d5035832a12dab26cd5184816b6f2 /nova/tests
parente69d8b6570fe9db67f367af2834b7593ee5b0d37 (diff)
parentdcabd6159abcdccd99e55495ec005926465007a8 (diff)
Merge "Fix reserve_block_device_name while attach volume"
Diffstat (limited to 'nova/tests')
-rw-r--r--nova/tests/compute/test_rpcapi.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/nova/tests/compute/test_rpcapi.py b/nova/tests/compute/test_rpcapi.py
index b0fc9c7c8..c5a5768c5 100644
--- a/nova/tests/compute/test_rpcapi.py
+++ b/nova/tests/compute/test_rpcapi.py
@@ -228,7 +228,8 @@ class ComputeRpcAPITestCase(test.TestCase):
def test_reserve_block_device_name(self):
self._test_compute_api('reserve_block_device_name', 'call',
- instance=self.fake_instance, device='device')
+ instance=self.fake_instance, device='device', volume_id='id',
+ version='2.3')
def refresh_provider_fw_rules(self):
self._test_compute_api('refresh_provider_fw_rules', 'cast',