diff --git a/test/integration/testpaths/testpath_stopped_vm.py b/test/integration/testpaths/testpath_stopped_vm.py index 18a17c3ef04..01f8a2697f7 100644 --- a/test/integration/testpaths/testpath_stopped_vm.py +++ b/test/integration/testpaths/testpath_stopped_vm.py @@ -236,7 +236,7 @@ class TestAdvancedZoneStoppedVM(cloudstackTestCase): raise Exception("Warning: Exception during cleanup : %s" % e) return - @attr(tags=["advanced", "basic"], required_hardware="False") + @attr(tags=["advanced", "basic"], required_hardware="True") def test_01_pt_deploy_vm_without_startvm(self): """ Positive test for stopped VM test path - T1 @@ -304,7 +304,7 @@ class TestAdvancedZoneStoppedVM(cloudstackTestCase): self.assertTrue(response[0], response[1]) return - @attr(tags=["advanced", "basic"], required_hardware="False") + @attr(tags=["advanced", "basic"], required_hardware="True") def test_02_pt_deploy_vm_with_startvm_true(self): """ Positive test for stopped VM test path - T1 variant @@ -652,7 +652,7 @@ class TestAdvancedZoneStoppedVM(cloudstackTestCase): ) return - @attr(tags=["advanced", "basic"], required_hardware="False") + @attr(tags=["advanced", "basic"], required_hardware="True") def test_06_pt_startvm_false_attach_iso(self): """ Positive test for stopped VM test path - T5 @@ -712,7 +712,7 @@ class TestAdvancedZoneStoppedVM(cloudstackTestCase): ) return - @attr(tags=["advanced", "basic"], required_hardware="False") + @attr(tags=["advanced", "basic"], required_hardware="True") def test_07_pt_startvm_false_attach_iso_running_vm(self): """ Positive test for stopped VM test path - T5 variant @@ -780,7 +780,7 @@ class TestAdvancedZoneStoppedVM(cloudstackTestCase): ) return - @attr(tags=["advanced", "basic"], required_hardware="False") + @attr(tags=["advanced", "basic"], required_hardware="True") def test_08_pt_startvm_false_password_enabled_template(self): """ Positive test for stopped VM test path - T10 diff --git a/test/integration/testpaths/testpath_storage_migration.py b/test/integration/testpaths/testpath_storage_migration.py index 4f8ee65ccf9..892b3966feb 100644 --- a/test/integration/testpaths/testpath_storage_migration.py +++ b/test/integration/testpaths/testpath_storage_migration.py @@ -2791,7 +2791,8 @@ class TestLiveStorageMigration(cloudstackTestCase): raise Exception("Warning: Exception during cleanup : %s" % e) return - @attr(tags=["advanced", "basic"]) + @attr(tags=["advanced", "basic"], + required_hardware="True") def test_01_migrate_live(self): """ Test migrate Volume (root and data disk) diff --git a/test/integration/testpaths/testpath_volumelifecycle.py b/test/integration/testpaths/testpath_volumelifecycle.py index c55e36616c8..debcaaedfb9 100644 --- a/test/integration/testpaths/testpath_volumelifecycle.py +++ b/test/integration/testpaths/testpath_volumelifecycle.py @@ -235,7 +235,7 @@ class TestPathVolume(cloudstackTestCase): "advancedsg", "basic", ], - required_hardware="false") + required_hardware="True") def test_01_positive_path(self): """ positive test for volume life cycle @@ -819,7 +819,7 @@ class TestPathVolume(cloudstackTestCase): "advancedsg", "basic", ], - required_hardware="false") + required_hardware="True") def test_02_negative_path(self): """ negative test for volume life cycle