commit | 4d547c1ed3c5d28770b75f183e9c34c0083e0f7e | [log] [tgz] |
---|---|---|
author | Ken'ichi Ohmichi <ken-oomichi@wx.jp.nec.com> | Wed Oct 05 15:42:52 2016 -0700 |
committer | Ken'ichi Ohmichi <ken-oomichi@wx.jp.nec.com> | Fri Oct 07 13:07:28 2016 -0700 |
tree | b9ed4de24bab8ae8acc6d53e1f0fed3346458583 | |
parent | 9640607c7e9f951f7096d72a7b33b30662e25a66 [diff] |
Add negative tests for deleting attached volume Due to lack of an error handling, Nova's delete-volume API returns HTTP500 error when deleting an attached volume. This patch adds the corresponding test for reproducing the problem on the gate and blocking the same issue in the future. Change-Id: Idb6267be770bcf2541595babebf269cdc71c2b8d Depends-On: Ia07556b2dc18678baa4c8fbd65820d8047362ef9 Related-Bug: #1630783