You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ga...@apache.org on 2015/06/24 09:21:22 UTC

git commit: updated refs/heads/master to 230cf2e

Repository: cloudstack
Updated Branches:
  refs/heads/master c599f6317 -> 230cf2eef


CLOUDSTACK-8582: Tagging test cases which should not be run on simulator accordingly

Signed-off-by: Gaurav Aradhye <ga...@clogeny.com>
This closes #519


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

Branch: refs/heads/master
Commit: 230cf2eefa70bc686fe01ae2f7fd4a0253ae35c2
Parents: c599f63
Author: Gaurav Aradhye <ga...@clogeny.com>
Authored: Wed Jun 24 12:34:13 2015 +0530
Committer: Gaurav Aradhye <ga...@clogeny.com>
Committed: Wed Jun 24 12:50:27 2015 +0530

----------------------------------------------------------------------
 test/integration/component/test_accounts.py       | 2 +-
 test/integration/component/test_project_limits.py | 2 +-
 test/integration/component/test_project_usage.py  | 4 ++--
 test/integration/component/test_stopped_vm.py     | 2 +-
 test/integration/component/test_usage.py          | 2 +-
 5 files changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/230cf2ee/test/integration/component/test_accounts.py
----------------------------------------------------------------------
diff --git a/test/integration/component/test_accounts.py b/test/integration/component/test_accounts.py
index e08ed91..d0341dd 100644
--- a/test/integration/component/test_accounts.py
+++ b/test/integration/component/test_accounts.py
@@ -869,7 +869,7 @@ class TestTemplateHierarchy(cloudstackTestCase):
             raise Exception("Warning: Exception during cleanup : %s" % e)
         return
 
-    @attr(tags=["advanced", "basic", "eip", "advancedns", "sg"])
+    @attr(tags=["advanced", "basic", "eip", "advancedns", "sg"], required_hardware="true")
     def test_01_template_hierarchy(self):
         """Test to verify template at same level in hierarchy"""
 

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/230cf2ee/test/integration/component/test_project_limits.py
----------------------------------------------------------------------
diff --git a/test/integration/component/test_project_limits.py b/test/integration/component/test_project_limits.py
index 6edcf20..848a896 100644
--- a/test/integration/component/test_project_limits.py
+++ b/test/integration/component/test_project_limits.py
@@ -883,7 +883,7 @@ class TestResourceLimitsProject(cloudstackTestCase):
                         )
         return
 
-    @attr(tags=["advanced", "basic", "sg", "eip", "advancedns"], required_hardware="false")
+    @attr(tags=["advanced", "basic", "sg", "eip", "advancedns"], required_hardware="true")
     def test_07_templates_per_project(self):
         """Test Templates limit per project
         """

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/230cf2ee/test/integration/component/test_project_usage.py
----------------------------------------------------------------------
diff --git a/test/integration/component/test_project_usage.py b/test/integration/component/test_project_usage.py
index cdbc4c2..98311b8 100644
--- a/test/integration/component/test_project_usage.py
+++ b/test/integration/component/test_project_usage.py
@@ -790,7 +790,7 @@ class TestTemplateUsage(cloudstackTestCase):
             raise Exception("Warning: Exception during cleanup : %s" % e)
         return
 
-    @attr(tags=["advanced", "basic", "sg", "eip", "advancedns"], required_hardware="false")
+    @attr(tags=["advanced", "basic", "sg", "eip", "advancedns"], required_hardware="true")
     def test_01_template_usage(self):
         """Test Upload/ delete a template and verify correct usage is generated
             for the template uploaded
@@ -998,7 +998,7 @@ class TestISOUsage(cloudstackTestCase):
             raise Exception("Warning: Exception during cleanup : %s" % e)
         return
 
-    @attr(tags=["advanced", "basic", "sg", "eip", "advancedns"], required_hardware="false")
+    @attr(tags=["advanced", "basic", "sg", "eip", "advancedns"], required_hardware="true")
     def test_01_ISO_usage(self):
         """Test Create/Delete a ISO and verify its usage is generated correctly
         """

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/230cf2ee/test/integration/component/test_stopped_vm.py
----------------------------------------------------------------------
diff --git a/test/integration/component/test_stopped_vm.py b/test/integration/component/test_stopped_vm.py
index 89c8aec..de04d82 100644
--- a/test/integration/component/test_stopped_vm.py
+++ b/test/integration/component/test_stopped_vm.py
@@ -419,7 +419,7 @@ class TestDeployVM(cloudstackTestCase):
             "advancedns",
             "basic",
             "sg"],
-        required_hardware="false")
+        required_hardware="true")
     def test_07_deploy_startvm_attach_iso(self):
         """Test Deploy Virtual Machine with startVM=false and attach ISO
         """

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/230cf2ee/test/integration/component/test_usage.py
----------------------------------------------------------------------
diff --git a/test/integration/component/test_usage.py b/test/integration/component/test_usage.py
index 71b9437..8b4fdfc 100644
--- a/test/integration/component/test_usage.py
+++ b/test/integration/component/test_usage.py
@@ -930,7 +930,7 @@ class TestISOUsage(cloudstackTestCase):
             "sg",
             "eip",
             "advancedns"],
-        required_hardware="false")
+        required_hardware="true")
     def test_01_ISO_usage(self):
         """Test Create/Delete a ISO and verify its usage is generated correctly
         """