Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/integration/component/test_accounts.py
Original file line number Diff line number Diff line change
Expand Up @@ -869,7 +869,7 @@ def tearDown(self):
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"""

Expand Down
2 changes: 1 addition & 1 deletion test/integration/component/test_project_limits.py
Original file line number Diff line number Diff line change
Expand Up @@ -883,7 +883,7 @@ def test_06_volumes_per_project(self):
)
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
"""
Expand Down
4 changes: 2 additions & 2 deletions test/integration/component/test_project_usage.py
Original file line number Diff line number Diff line change
Expand Up @@ -790,7 +790,7 @@ def tearDown(self):
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
Expand Down Expand Up @@ -998,7 +998,7 @@ def tearDown(self):
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
"""
Expand Down
2 changes: 1 addition & 1 deletion test/integration/component/test_stopped_vm.py
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ def test_06_deploy_startvm_attach_detach(self):
"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
"""
Expand Down
2 changes: 1 addition & 1 deletion test/integration/component/test_usage.py
Original file line number Diff line number Diff line change
Expand Up @@ -930,7 +930,7 @@ def tearDown(self):
"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
"""
Expand Down