CLOUDSTACK-8055: Tagging test cases which can't be run on simulator accordingly

Signed-off-by: SrikanteswaraRao Talluri <tall...@apache.org>


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

Branch: refs/heads/master
Commit: 47ee7c0319351267ff5370a20ec5e1a66583f688
Parents: 76dc20a
Author: Gaurav Aradhye <gaurav.arad...@clogeny.com>
Authored: Wed Dec 10 12:31:51 2014 +0530
Committer: SrikanteswaraRao Talluri <tall...@apache.org>
Committed: Fri Dec 12 18:39:24 2014 +0530

----------------------------------------------------------------------
 test/integration/component/test_ss_domain_limits.py  | 8 ++++----
 test/integration/component/test_ss_limits.py         | 8 ++++----
 test/integration/component/test_ss_max_limits.py     | 6 +++---
 test/integration/component/test_ss_project_limits.py | 4 ++--
 4 files changed, 13 insertions(+), 13 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/47ee7c03/test/integration/component/test_ss_domain_limits.py
----------------------------------------------------------------------
diff --git a/test/integration/component/test_ss_domain_limits.py 
b/test/integration/component/test_ss_domain_limits.py
index 998bb8b..2591d2f 100644
--- a/test/integration/component/test_ss_domain_limits.py
+++ b/test/integration/component/test_ss_domain_limits.py
@@ -148,7 +148,7 @@ class TestMultipleChildDomain(cloudstackTestCase):
             return [FAIL, e, None]
         return [PASS, None, users]
 
-    @attr(tags=["advanced"], required_hardware="false")
+    @attr(tags=["advanced"], required_hardware="true")
     def test_01_multiple_domains_secondary_storage_limits(self):
         """Test secondary storage limit of domain and its sub-domains
 
@@ -261,7 +261,7 @@ class TestMultipleChildDomain(cloudstackTestCase):
         self.assertTrue(result[2], "Resource count does not match")
         return
 
-    @attr(tags=["advanced"], required_hardware="false")
+    @attr(tags=["advanced"], required_hardware="true")
     def test_02_multiple_domains_secondary_storage_counts(self):
         """Test secondary storage counts in multiple child domains
         # Steps
@@ -325,7 +325,7 @@ class TestMultipleChildDomain(cloudstackTestCase):
                 self.fail("Failed to get zone list: %s" % e)
            return
 
-    @attr(tags=["advanced"], required_hardware="false")
+    @attr(tags=["advanced"], required_hardware="true")
     def test_03_copy_template(self):
         """Test secondary storage counts in multiple child domains
         # Steps
@@ -485,7 +485,7 @@ class TestDeleteAccount(cloudstackTestCase):
             return [FAIL, e, None]
         return [PASS, None, users]
 
-    @attr(tags=["advanced"], required_hardware="false")
+    @attr(tags=["advanced"], required_hardware="true")
     def test_04_create_template_delete_account(self):
         """Test secondary storage limit of domain and its sub-domains
 

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/47ee7c03/test/integration/component/test_ss_limits.py
----------------------------------------------------------------------
diff --git a/test/integration/component/test_ss_limits.py 
b/test/integration/component/test_ss_limits.py
index c83a7f5..c498302 100644
--- a/test/integration/component/test_ss_limits.py
+++ b/test/integration/component/test_ss_limits.py
@@ -128,7 +128,7 @@ class TestSecondaryStorageLimits(cloudstackTestCase):
         return [PASS, None]
 
     @data(ROOT_DOMAIN_ADMIN, CHILD_DOMAIN_ADMIN)
-    @attr(tags = ["advanced"], required_hardware="false")
+    @attr(tags = ["advanced"], required_hardware="true")
     def test_01_register_template(self, value):
         """Test register template
         # Validate the following:
@@ -189,7 +189,7 @@ class TestSecondaryStorageLimits(cloudstackTestCase):
         return
 
     @data(ROOT_DOMAIN_ADMIN, CHILD_DOMAIN_ADMIN)
-    @attr(tags=["advanced"], required_hardware="false")
+    @attr(tags=["advanced"], required_hardware="true")
     def test_02_create_template_snapshot(self, value):
         """Test create snapshot and templates from volume
 
@@ -248,7 +248,7 @@ class TestSecondaryStorageLimits(cloudstackTestCase):
         return
 
     @data(ROOT_DOMAIN_ADMIN, CHILD_DOMAIN_ADMIN)
-    @attr(tags = ["advanced"], required_hardware="false")
+    @attr(tags = ["advanced"], required_hardware="true")
     def test_03_register_iso(self, value):
         """Test register iso
         Steps and validations:
@@ -310,7 +310,7 @@ class TestSecondaryStorageLimits(cloudstackTestCase):
         return
 
     @data(ROOT_DOMAIN_ADMIN, CHILD_DOMAIN_ADMIN)
-    @attr(tags = ["advanced"], required_hardware="false")
+    @attr(tags = ["advanced"], required_hardware="true")
     def test_04_copy_template(self, value):
         """Test copy template between zones
 

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/47ee7c03/test/integration/component/test_ss_max_limits.py
----------------------------------------------------------------------
diff --git a/test/integration/component/test_ss_max_limits.py 
b/test/integration/component/test_ss_max_limits.py
index 49a1e4f..dbbfb45 100644
--- a/test/integration/component/test_ss_max_limits.py
+++ b/test/integration/component/test_ss_max_limits.py
@@ -170,7 +170,7 @@ class TestMaxSecondaryStorageLimits(cloudstackTestCase):
             return [FAIL, e]
         return [PASS, None]
 
-    @attr(tags=["advanced"], required_hardware="false")
+    @attr(tags=["advanced"], required_hardware="true")
     def test_01_deploy_vm_domain_limit_reached(self):
         """Test Try to deploy VM with admin account where account has not used
             the resources but @ domain they are not available
@@ -207,7 +207,7 @@ class TestMaxSecondaryStorageLimits(cloudstackTestCase):
             template.delete(self.userapiclient)
         return
 
-    @attr(tags=["advanced"], required_hardware="false")
+    @attr(tags=["advanced"], required_hardware="true")
     def test_02_deploy_vm_account_limit_reached(self):
         """Test Try to deploy VM with admin account where account has used
             the resources but @ domain they are available
@@ -244,7 +244,7 @@ class TestMaxSecondaryStorageLimits(cloudstackTestCase):
             template.delete(self.userapiclient)
         return
 
-    @attr(tags=["advanced"], required_hardware="false")
+    @attr(tags=["advanced"], required_hardware="true")
     def test_03_deploy_vm_project_limit_reached(self):
         """Test TTry to deploy VM with admin account where account has not used
         the resources but @ project they are not available

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/47ee7c03/test/integration/component/test_ss_project_limits.py
----------------------------------------------------------------------
diff --git a/test/integration/component/test_ss_project_limits.py 
b/test/integration/component/test_ss_project_limits.py
index 0668f07..ca58dbd 100644
--- a/test/integration/component/test_ss_project_limits.py
+++ b/test/integration/component/test_ss_project_limits.py
@@ -129,7 +129,7 @@ class TestProjectsVolumeLimits(cloudstackTestCase):
             return [FAIL, e]
         return [PASS, None]
 
-    @attr(tags=["advanced"], required_hardware="false")
+    @attr(tags=["advanced"], required_hardware="true")
     def test_01_register_template_with_project(self):
         """Test register template
         # Validate the following:
@@ -194,7 +194,7 @@ class TestProjectsVolumeLimits(cloudstackTestCase):
         self.assertEqual(response[0], PASS, response[1])
         return
 
-    @attr(tags = ["advanced"], required_hardware="false")
+    @attr(tags = ["advanced"], required_hardware="true")
     def test_02_register_iso(self):
         """Test register iso
         Steps and validations:

Reply via email to