Skip to content
Closed
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
CLOUDSTACK-8582: Modifying tag for test cases which should not be run…
… on simulator
  • Loading branch information
Gaurav Aradhye committed Jun 24, 2015
commit 81716b718267515153bc52aae9797497bfca6c08
2 changes: 1 addition & 1 deletion test/integration/component/test_VirtualRouter_alerts.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def tearDown(self):
return

@attr(hypervisor="xenserver")
@attr(tags=["advanced", "basic"])
@attr(tags=["advanced", "basic"], required_hardware="true")
def test_01_VRServiceFailureAlerting(self):

if self.zone.networktype == "Basic":
Expand Down