You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by gi...@apache.org on 2014/07/25 14:58:33 UTC

git commit: updated refs/heads/master to 853d66a

Repository: cloudstack
Updated Branches:
  refs/heads/master b63acc227 -> 853d66a43


CLOUDSTACK-7180: Tagging test case with product bug ID


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/853d66a4
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/853d66a4
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/853d66a4

Branch: refs/heads/master
Commit: 853d66a439148eb0cef8037d2c85a6c387c05f27
Parents: b63acc2
Author: Gaurav Aradhye <ga...@clogeny.com>
Authored: Fri Jul 25 13:17:40 2014 +0530
Committer: Girish Shilamkar <gi...@clogeny.com>
Committed: Fri Jul 25 18:27:48 2014 +0530

----------------------------------------------------------------------
 test/integration/component/test_dynamic_compute_offering.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/853d66a4/test/integration/component/test_dynamic_compute_offering.py
----------------------------------------------------------------------
diff --git a/test/integration/component/test_dynamic_compute_offering.py b/test/integration/component/test_dynamic_compute_offering.py
index 3939777..87c3b32 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"""