Repository: cloudstack Updated Branches: refs/heads/4.4 eaf3ad1db -> c900aac68
tag to exclude test in travis Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/c900aac6 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/c900aac6 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/c900aac6 Branch: refs/heads/4.4 Commit: c900aac6821454fd75dfeee787537023f600bbeb Parents: eaf3ad1 Author: Daan Hoogland <[email protected]> Authored: Thu Sep 4 16:15:49 2014 +0200 Committer: Daan Hoogland <[email protected]> Committed: Thu Sep 4 16:15:49 2014 +0200 ---------------------------------------------------------------------- test/integration/smoke/test_iso.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/c900aac6/test/integration/smoke/test_iso.py ---------------------------------------------------------------------- diff --git a/test/integration/smoke/test_iso.py b/test/integration/smoke/test_iso.py index 7c4bf02..29525da 100644 --- a/test/integration/smoke/test_iso.py +++ b/test/integration/smoke/test_iso.py @@ -323,7 +323,7 @@ class TestISO(cloudstackTestCase): ) return - @attr(tags = ["advanced", "basic", "eip", "sg", "advancedns", "smoke", "provisioning"], BugId="CLOUDSTACK-6769, CLOUDSTACK-6774") + @attr(tags = ["advanced", "basic", "eip", "sg", "advancedns"], BugId="CLOUDSTACK-6769, CLOUDSTACK-6774", required_hardware="true") def test_04_extract_Iso(self): "Test for extract ISO"
