From 5bbf287837f183096f72416ec36b16b5035566f4 Mon Sep 17 00:00:00 2001 From: Bharat Kumar Date: Mon, 9 Jun 2014 18:45:40 +0530 Subject: [PATCH] CLOUDSTACK-6878 Tagged the testcase test_01_snapshot_root_disk with the bugId Signed-off-by: Abhinandan Prateek (cherry picked from commit 93c692ea289a7e42dbe4d7051ee1aa78fbd51471) --- test/integration/smoke/test_snapshots.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/smoke/test_snapshots.py b/test/integration/smoke/test_snapshots.py index 8b334520a36..e3bd186b3a6 100644 --- a/test/integration/smoke/test_snapshots.py +++ b/test/integration/smoke/test_snapshots.py @@ -196,7 +196,7 @@ class TestSnapshotRootDisk(cloudstackTestCase): return @attr(speed = "slow") - @attr(tags = ["advanced", "advancedns", "smoke", "provisioning"]) + @attr(tags = ["advanced", "advancedns", "smoke", "provisioning"], BugId="CLOUDSTACK-6878") def test_01_snapshot_root_disk(self): """Test Snapshot Root Disk """