commit | a599c9025858d3f54ee64b176fe396f4dbd62b62 | [log] [tgz] |
---|---|---|
author | Ken'ichi Ohmichi <ken-oomichi@wx.jp.nec.com> | Mon Feb 06 14:37:33 2017 -0800 |
committer | Ken'ichi Ohmichi <ken-oomichi@wx.jp.nec.com> | Mon Feb 06 14:38:37 2017 -0800 |
tree | 714a7f1c45062b025d1097fd6e5fd0796bc6c590 | |
parent | d58c66c9f1a483ec629968824d66c36530abc42b [diff] |
Add test.attr for negative tests We forgot to add test.attr for a negative tests on the commit Idc9ac0ebc61e230e4e014fb6476d1c74116511f7 . So this patch adds it. TrivialFix Change-Id: Ic0e310946f215b593a08252f953c05b32233625a
diff --git a/tempest/api/compute/volumes/test_attach_volume_negative.py b/tempest/api/compute/volumes/test_attach_volume_negative.py index acab4b1..c017690 100644 --- a/tempest/api/compute/volumes/test_attach_volume_negative.py +++ b/tempest/api/compute/volumes/test_attach_volume_negative.py
@@ -30,6 +30,7 @@ skip_msg = ("%s skipped as Cinder is not available" % cls.__name__) raise cls.skipException(skip_msg) + @test.attr(type=['negative']) @test.related_bug('1630783', status_code=500) @decorators.idempotent_id('a313b5cd-fbd0-49cc-94de-870e99f763c7') def test_delete_attached_volume(self):