Repository: cloudstack Updated Branches: refs/heads/master a3fe76a4c -> f18c8f8d9
CLOUDSTACK-8582: Modifying tag for test cases which should not be run on simulator Signed-off-by: Gaurav Aradhye <[email protected]> This closes #521 Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/f18c8f8d Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/f18c8f8d Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/f18c8f8d Branch: refs/heads/master Commit: f18c8f8d9b7abb8c329dcdfdc9c3ad646ce99b0c Parents: a3fe76a Author: Gaurav Aradhye <[email protected]> Authored: Wed Jun 24 16:07:22 2015 +0530 Committer: Gaurav Aradhye <[email protected]> Committed: Wed Jun 24 16:52:24 2015 +0530 ---------------------------------------------------------------------- test/integration/component/test_VirtualRouter_alerts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/f18c8f8d/test/integration/component/test_VirtualRouter_alerts.py ---------------------------------------------------------------------- diff --git a/test/integration/component/test_VirtualRouter_alerts.py b/test/integration/component/test_VirtualRouter_alerts.py index 64066f8..90f04d8 100644 --- a/test/integration/component/test_VirtualRouter_alerts.py +++ b/test/integration/component/test_VirtualRouter_alerts.py @@ -112,7 +112,7 @@ class TestVRServiceFailureAlerting(cloudstackTestCase): 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":
