From 3d5a7abba96092db7957f68fae92263213550fc0 Mon Sep 17 00:00:00 2001 From: Bharat Kumar Date: Mon, 9 Jun 2014 18:42:43 +0530 Subject: [PATCH] CLOUDSTACK-6877 Tagged the testcase with the bugId Signed-off-by: Abhinandan Prateek (cherry picked from commit 06bcc8d9eee802a3f5ada6bb7335ffe0cb7b3008) --- test/integration/smoke/test_secondary_storage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/smoke/test_secondary_storage.py b/test/integration/smoke/test_secondary_storage.py index 8f1792f5fba..43aa85989c4 100644 --- a/test/integration/smoke/test_secondary_storage.py +++ b/test/integration/smoke/test_secondary_storage.py @@ -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 """