From 853d66a439148eb0cef8037d2c85a6c387c05f27 Mon Sep 17 00:00:00 2001 From: Gaurav Aradhye Date: Fri, 25 Jul 2014 13:17:40 +0530 Subject: [PATCH] CLOUDSTACK-7180: Tagging test case with product bug ID --- test/integration/component/test_dynamic_compute_offering.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/component/test_dynamic_compute_offering.py b/test/integration/component/test_dynamic_compute_offering.py index 393977726a8..87c3b323de0 100644 --- a/test/integration/component/test_dynamic_compute_offering.py +++ b/test/integration/component/test_dynamic_compute_offering.py @@ -1345,7 +1345,7 @@ class TestAffinityGroup(cloudstackTestCase): return @data(ADMIN_ACCOUNT, USER_ACCOUNT) - @attr(tags=["basic","advanced"]) + @attr(tags=["basic","advanced"], BugId="7180") def test_deploy_VM_with_affinity_group(self, value): """Test deploy VMs with affinity group and dynamic compute offering"""