You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ts...@apache.org on 2013/06/10 12:21:16 UTC

git commit: updated refs/heads/master to 03e283c

Updated Branches:
  refs/heads/master 4a99f4758 -> 03e283c4b


Unskip skipped tests

Signed-off-by: Prasanna Santhanam <ts...@apache.org>


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

Branch: refs/heads/master
Commit: 03e283c4b3ed0046a47777b9dc1ad4ab948254af
Parents: 4a99f47
Author: Prasanna Santhanam <ts...@apache.org>
Authored: Mon Jun 10 15:50:50 2013 +0530
Committer: Prasanna Santhanam <ts...@apache.org>
Committed: Mon Jun 10 15:50:50 2013 +0530

----------------------------------------------------------------------
 test/integration/component/test_vpc_vm_life_cycle.py | 3 ---
 1 file changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/03e283c4/test/integration/component/test_vpc_vm_life_cycle.py
----------------------------------------------------------------------
diff --git a/test/integration/component/test_vpc_vm_life_cycle.py b/test/integration/component/test_vpc_vm_life_cycle.py
index e198c79..39fb533 100644
--- a/test/integration/component/test_vpc_vm_life_cycle.py
+++ b/test/integration/component/test_vpc_vm_life_cycle.py
@@ -880,7 +880,6 @@ class TestVMLifeCycleVPC(cloudstackTestCase):
                          )
         return
 
-@unittest.skip("debugging")
 class TestVMLifeCycleSharedNwVPC(cloudstackTestCase):
 
     @classmethod
@@ -1681,7 +1680,6 @@ class TestVMLifeCycleSharedNwVPC(cloudstackTestCase):
         return
 
 
-@unittest.skip("debugging")
 class TestVMLifeCycleBothIsolated(cloudstackTestCase):
 
     @classmethod
@@ -2014,7 +2012,6 @@ class TestVMLifeCycleBothIsolated(cloudstackTestCase):
         return
 
 
-@unittest.skip("debugging")
 class TestVMLifeCycleStoppedVPCVR(cloudstackTestCase):
 
     @classmethod