diff --git a/test/integration/component/test_accounts.py b/test/integration/component/test_accounts.py index e08ed912c41..d0341dd31bd 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""" diff --git a/test/integration/component/test_project_limits.py b/test/integration/component/test_project_limits.py index 6edcf200509..848a8965d4c 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 """ diff --git a/test/integration/component/test_project_usage.py b/test/integration/component/test_project_usage.py index cdbc4c2fb9f..98311b832ed 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 """ diff --git a/test/integration/component/test_stopped_vm.py b/test/integration/component/test_stopped_vm.py index 89c8aec10f2..de04d828d81 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 """ diff --git a/test/integration/component/test_usage.py b/test/integration/component/test_usage.py index 71b9437dc1e..8b4fdfc7124 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 """