From e1be035870d6b40285166e0ae0633e39509662c0 Mon Sep 17 00:00:00 2001 From: Gaurav Aradhye Date: Wed, 30 Jul 2014 17:48:01 +0530 Subject: [PATCH] CLOUDSTACK-6873: Removing BugId from tests --- test/integration/smoke/test_deploy_vm.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/integration/smoke/test_deploy_vm.py b/test/integration/smoke/test_deploy_vm.py index 08107525013..29cdb96da46 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