]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Fix exception handling on test_delete_nonexistent_volume
authorEiichi Aikawa <aikawa@mxk.nes.nec.co.jp>
Fri, 26 Sep 2014 06:37:31 +0000 (15:37 +0900)
committerEiichi Aikawa <aikawa@mxk.nes.nec.co.jp>
Sat, 11 Oct 2014 08:39:50 +0000 (17:39 +0900)
commit6076325a39e0d387afcc2d25e61efad1e058427a
tree79b29c3b37b993d2bd47dd74af2f8739a6e3e81c
parent33bd18b526cbd25500021bf6464496edaf4f81fa
Fix exception handling on test_delete_nonexistent_volume

test_delete_nonexistent_volume wants to check the exception would be
received when nonexistent volume was specified. But currently, this
test case checks the exception would be received when nonexistent
metadata was specified.

Change-Id: Ia110618d5c658551a1826d495656954be02f4326
cinder/tests/api/v1/test_volume_metadata.py
cinder/tests/api/v2/test_volume_metadata.py