CLOUDSTACK-6877 Tagged the testcase with the bugId

Signed-off-by: Abhinandan Prateek <aprateek@apache.org>
(cherry picked from commit 06bcc8d9ee)
This commit is contained in:
Bharat Kumar 2014-06-09 18:42:43 +05:30 committed by Daan Hoogland
parent a3e85292ba
commit 3d5a7abba9
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ class TestSecStorageServices(cloudstackTestCase):
raise Exception("Warning: Exception during cleanup : %s" % e)
return
@attr(tags = ["advanced", "advancedns", "smoke", "basic", "eip", "sg", "selfservice"])
@attr(tags = ["advanced", "advancedns", "smoke", "basic", "eip", "sg", "selfservice"],BugId="CLOUDSTACK-6877")
def test_01_sys_vm_start(self):
"""Test system VM start
"""