From 186606a0bf82402e7755cd7998f133023cc96c6c Mon Sep 17 00:00:00 2001 From: Gaurav Aradhye Date: Wed, 16 Jul 2014 20:50:34 -0400 Subject: [PATCH] CLOUDSTACK-7107: Disabling failed test case --- test/integration/smoke/test_primary_storage.py | 2 +- test/integration/smoke/test_vm_life_cycle.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/integration/smoke/test_primary_storage.py b/test/integration/smoke/test_primary_storage.py index 66aec59b8a9..7a4f8d61d8d 100644 --- a/test/integration/smoke/test_primary_storage.py +++ b/test/integration/smoke/test_primary_storage.py @@ -51,7 +51,7 @@ class TestPrimaryStorageServices(cloudstackTestCase): raise Exception("Warning: Exception during cleanup : %s" % e) return - @attr(tags = ["advanced", "advancedns", "smoke", "basic", "sg"], required_hardware="false") + @attr(tags = ["advanced", "advancedns", "smoke", "basic", "sg"], required_hardware="false", BugId="7074") def test_01_primary_storage_nfs(self): """Test primary storage pools - XEN, KVM, VMWare """ diff --git a/test/integration/smoke/test_vm_life_cycle.py b/test/integration/smoke/test_vm_life_cycle.py index 13868301bba..259c63d8964 100644 --- a/test/integration/smoke/test_vm_life_cycle.py +++ b/test/integration/smoke/test_vm_life_cycle.py @@ -471,7 +471,7 @@ class TestVMLifeCycle(cloudstackTestCase): return - @attr(tags = ["advanced", "advancedns", "smoke", "basic", "sg", "multihost"], required_hardware="false") + @attr(tags = ["advanced", "advancedns", "smoke", "basic", "sg", "multihost"], required_hardware="false", BugId="7107") def test_08_migrate_vm(self): """Test migrate VM """