Return-Path: X-Original-To: apmail-cloudstack-commits-archive@www.apache.org Delivered-To: apmail-cloudstack-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 878EA118AF for ; Wed, 30 Jul 2014 13:17:35 +0000 (UTC) Received: (qmail 99901 invoked by uid 500); 30 Jul 2014 13:17:35 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 99873 invoked by uid 500); 30 Jul 2014 13:17:35 -0000 Mailing-List: contact commits-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list commits@cloudstack.apache.org Received: (qmail 99864 invoked by uid 99); 30 Jul 2014 13:17:35 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Jul 2014 13:17:35 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 0B0F399F073; Wed, 30 Jul 2014 13:17:35 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: girish@apache.org To: commits@cloudstack.apache.org Message-Id: <04dddc2d4a704a6fa3b15ce980d6a118@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: updated refs/heads/master to e1be035 Date: Wed, 30 Jul 2014 13:17:35 +0000 (UTC) Repository: cloudstack Updated Branches: refs/heads/master dc2346147 -> e1be03587 CLOUDSTACK-6873: Removing BugId from tests Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/e1be0358 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/e1be0358 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/e1be0358 Branch: refs/heads/master Commit: e1be035870d6b40285166e0ae0633e39509662c0 Parents: dc23461 Author: Gaurav Aradhye Authored: Wed Jul 30 17:48:01 2014 +0530 Committer: Girish Shilamkar Committed: Wed Jul 30 18:46:40 2014 +0530 ---------------------------------------------------------------------- test/integration/smoke/test_deploy_vm.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/e1be0358/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 0810752..29cdb96 100644 --- a/test/integration/smoke/test_deploy_vm.py +++ b/test/integration/smoke/test_deploy_vm.py @@ -68,7 +68,7 @@ class TestDeployVM(cloudstackTestCase): self.account ] - @attr(tags = ['advanced'], BugId="CLOUDSTACK-6873", required_hardware="false") + @attr(tags = ['advanced'], required_hardware="false") def test_deploy_vm(self): """Test Deploy Virtual Machine @@ -111,7 +111,7 @@ class TestDeployVM(cloudstackTestCase): msg="VM is not in Running state" ) - @attr(tags = ['advanced','basic','sg'], BugId="CLOUDSTACK-6873", required_hardware="false") + @attr(tags = ['advanced','basic','sg'], required_hardware="false") def test_deploy_vm_multiple(self): """Test Multiple Deploy Virtual Machine @@ -207,7 +207,7 @@ class TestDeployVMVolumeCreationFailure(cloudstackTestCase): ] - @attr(tags = ['advanced'], BugId="CLOUDSTACK-6873", required_hardware="false") + @attr(tags = ['advanced'], required_hardware="false") def test_deploy_vm_volume_creation_failure(self): """Test Deploy Virtual Machine - volume creation failure and retry @@ -318,7 +318,7 @@ class TestDeployVMStartFailure(cloudstackTestCase): self.mock_start_failure ] - @attr(tags = ['advanced'], BugId="CLOUDSTACK-6873", required_hardware="false") + @attr(tags = ['advanced'], required_hardware="false") def test_deploy_vm_start_failure(self): """Test Deploy Virtual Machine - start operation failure and retry