CLOUDSTACK-6875 Tagged the testcase with the bugId.

Signed-off-by: Abhinandan Prateek <aprateek@apache.org>
This commit is contained in:
Bharat Kumar 2014-06-09 18:39:17 +05:30 committed by Abhinandan Prateek
parent 93c692ea28
commit e58cc98c74

View File

@ -708,7 +708,7 @@ class TestVolumes(cloudstackTestCase):
time.sleep(30)
return
@attr(tags = ["advanced", "advancedns", "smoke","basic", "selfservice"])
@attr(tags = ["advanced", "advancedns", "smoke","basic", "selfservice"], BugId="CLOUDSTACK-6875")
def test_09_delete_detached_volume(self):
"""Delete a Volume unattached to an VM
"""