CLOUDSTACK-6875 Tagged the testcase with the bugId.

Signed-off-by: Abhinandan Prateek <aprateek@apache.org>
(cherry picked from commit e58cc98c74)
This commit is contained in:
Bharat Kumar 2014-06-09 18:39:17 +05:30 committed by Daan Hoogland
parent 5bbf287837
commit 6c85ff5cfa
1 changed files with 1 additions and 1 deletions

View File

@ -753,7 +753,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
"""