From c900aac6821454fd75dfeee787537023f600bbeb Mon Sep 17 00:00:00 2001 From: Daan Hoogland Date: Thu, 4 Sep 2014 16:15:49 +0200 Subject: [PATCH] tag to exclude test in travis --- test/integration/smoke/test_iso.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/smoke/test_iso.py b/test/integration/smoke/test_iso.py index 7c4bf0219e4..29525dab00c 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"