From 007958150da2ca04d787b85744e6e5be8af82116 Mon Sep 17 00:00:00 2001 From: Koushik Das Date: Fri, 23 May 2014 15:30:54 +0530 Subject: [PATCH] CLOUDSTACK-6708: [Automation]: Few suites were failing on simulator run Disabled test_deploy_vm_start_failure test case which is failing. This is based on the new simulator changes and would need to be executed sequentially. (cherry picked from commit 917d7b8b72a391d99350d7a2956737484e60e7f6) --- test/integration/smoke/test_deploy_vm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/smoke/test_deploy_vm.py b/test/integration/smoke/test_deploy_vm.py index 3245aa467f9..6ff7346aab3 100644 --- a/test/integration/smoke/test_deploy_vm.py +++ b/test/integration/smoke/test_deploy_vm.py @@ -353,7 +353,7 @@ class TestDeployVMStartFailure(cloudstackTestCase): self.mock_start_failure ] - @attr(tags = ['selfservice']) + @attr(tags = ['selfservice'],BugId="CLOUDSTACK-6708") def test_deploy_vm_start_failure(self): """Test Deploy Virtual Machine - start operation failure and retry