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

Signed-off-by: Gaurav Aradhye <gaurav.aradhye@clogeny.com>
This closes #519
This commit is contained in:
Gaurav Aradhye 2015-06-24 12:34:13 +05:30
parent c599f63170
commit 230cf2eefa
5 changed files with 6 additions and 6 deletions

View File

@ -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"""

View File

@ -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
"""

View File

@ -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
"""

View File

@ -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
"""

View File

@ -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
"""