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/07/28 08:26:36 UTC

git commit: updated refs/heads/4.2 to a019f34

Updated Branches:
  refs/heads/4.2 908df7aab -> a019f3457


Fix domain deletion in test_project_resources.py

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/a019f345
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/a019f345
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/a019f345

Branch: refs/heads/4.2
Commit: a019f34572ef591b238adb256a0036565bb21579
Parents: 908df7a
Author: Prasanna Santhanam <ts...@apache.org>
Authored: Sun Jul 28 11:24:25 2013 +0530
Committer: Prasanna Santhanam <ts...@apache.org>
Committed: Sun Jul 28 11:24:25 2013 +0530

----------------------------------------------------------------------
 test/integration/component/test_project_resources.py | 3 +--
 test/integration/component/test_projects.py          | 2 +-
 test/integration/smoke/test_loadbalance.py           | 2 +-
 test/integration/smoke/test_vm_life_cycle.py         | 2 +-
 4 files changed, 4 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a019f345/test/integration/component/test_project_resources.py
----------------------------------------------------------------------
diff --git a/test/integration/component/test_project_resources.py b/test/integration/component/test_project_resources.py
index 01aa133..924c916 100644
--- a/test/integration/component/test_project_resources.py
+++ b/test/integration/component/test_project_resources.py
@@ -784,8 +784,7 @@ class TestSnapshots(cloudstackTestCase):
         cls._cleanup = [
                         cls.project,
                         cls.service_offering,
-                        cls.account,
-                        cls.domain
+                        cls.account
                         ]
         return
 

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a019f345/test/integration/component/test_projects.py
----------------------------------------------------------------------
diff --git a/test/integration/component/test_projects.py b/test/integration/component/test_projects.py
index 510542a..e4c2180 100644
--- a/test/integration/component/test_projects.py
+++ b/test/integration/component/test_projects.py
@@ -1203,7 +1203,7 @@ class TestProjectResources(cloudstackTestCase):
             raise Exception("Warning: Exception during cleanup : %s" % e)
         return
 
-    @attr(tags = ["advanced", "basic", "sg", "eip", "advancedns", "simulator", "needle"])
+    @attr(tags = ["advanced", "basic", "sg", "eip", "advancedns", "simulator"])
     def test_07_project_resources_account_delete(self):
         """ Test Verify after an account is removed from the project, all its resources stay with the project.
         """

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a019f345/test/integration/smoke/test_loadbalance.py
----------------------------------------------------------------------
diff --git a/test/integration/smoke/test_loadbalance.py b/test/integration/smoke/test_loadbalance.py
index f5405da..3e48158 100644
--- a/test/integration/smoke/test_loadbalance.py
+++ b/test/integration/smoke/test_loadbalance.py
@@ -211,7 +211,7 @@ class TestLoadBalance(cloudstackTestCase):
         time.sleep(self.services["lb_switch_wait"])
         return
 
-    @attr(tags = ["advanced", "advancedns", "smoke", "needle"])
+    @attr(tags = ["advanced", "advancedns", "smoke"])
     def test_01_create_lb_rule_src_nat(self):
         """Test to create Load balancing rule with source NAT"""
 

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a019f345/test/integration/smoke/test_vm_life_cycle.py
----------------------------------------------------------------------
diff --git a/test/integration/smoke/test_vm_life_cycle.py b/test/integration/smoke/test_vm_life_cycle.py
index 8e5a8bb..e8a4be5 100644
--- a/test/integration/smoke/test_vm_life_cycle.py
+++ b/test/integration/smoke/test_vm_life_cycle.py
@@ -696,7 +696,7 @@ class TestVMLifeCycle(cloudstackTestCase):
                     )
         return
 
-    @attr(tags = ["advanced", "advancedns", "smoke", "basic", "sg", "needle"])
+    @attr(tags = ["advanced", "advancedns", "smoke", "basic", "sg"])
     def test_10_attachAndDetach_iso(self):
         """Test for attach and detach ISO to virtual machine"""