mirror of https://github.com/apache/cloudstack.git
modified the test tags to not to run on simulator
This commit is contained in:
parent
ffb3f0ed2d
commit
e262a3a4bb
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue