You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ko...@apache.org on 2014/06/09 13:16:59 UTC

git commit: updated refs/heads/4.4-forward to 89a03c7

Repository: cloudstack
Updated Branches:
  refs/heads/4.4-forward c282bb3a1 -> 89a03c709


CLOUDSTACK-6873: Tagged tests based on the limitation described in the bug


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

Branch: refs/heads/4.4-forward
Commit: 89a03c7099fb5f0d6a3a892b036d064bfc2acb71
Parents: c282bb3
Author: Koushik Das <ko...@apache.org>
Authored: Mon Jun 9 16:45:17 2014 +0530
Committer: Koushik Das <ko...@apache.org>
Committed: Mon Jun 9 16:45:17 2014 +0530

----------------------------------------------------------------------
 test/integration/smoke/test_deploy_vm.py | 4 ++--
 test/integration/smoke/test_vm_ha.py     | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/89a03c70/test/integration/smoke/test_deploy_vm.py
----------------------------------------------------------------------
diff --git a/test/integration/smoke/test_deploy_vm.py b/test/integration/smoke/test_deploy_vm.py
index 3f7505810..8d0a0ed 100644
--- a/test/integration/smoke/test_deploy_vm.py
+++ b/test/integration/smoke/test_deploy_vm.py
@@ -206,7 +206,7 @@ class TestDeployVMVolumeCreationFailure(cloudstackTestCase):
             self.mock_volume_failure
         ]
 
-    @attr(tags = ['selfservice'],BugId="CLOUDSTACK-6708")
+    @attr(tags = ['selfservice'],BugId="CLOUDSTACK-6873")
     def test_deploy_vm_volume_creation_failure(self):
         """Test Deploy Virtual Machine - volume creation failure and retry
 
@@ -317,7 +317,7 @@ class TestDeployVMStartFailure(cloudstackTestCase):
             self.mock_start_failure
         ]
 
-    @attr(tags = ['selfservice'],BugId="CLOUDSTACK-6708")
+    @attr(tags = ['selfservice'],BugId="CLOUDSTACK-6873")
     def test_deploy_vm_start_failure(self):
         """Test Deploy Virtual Machine - start operation failure and retry
 

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/89a03c70/test/integration/smoke/test_vm_ha.py
----------------------------------------------------------------------
diff --git a/test/integration/smoke/test_vm_ha.py b/test/integration/smoke/test_vm_ha.py
index 4063946..1fc6960 100644
--- a/test/integration/smoke/test_vm_ha.py
+++ b/test/integration/smoke/test_vm_ha.py
@@ -145,7 +145,7 @@ class TestDeployVMHA(cloudstackTestCase):
         ]
         self.cleanup = self.cleanup + self.mock_checkonhost_list
 
-    @attr(tags = ['selfservice'])
+    @attr(tags = ['selfservice'],BugId="CLOUDSTACK-6873")
     def test_vm_ha(self):
         """Test VM HA