Repository: cloudstack Updated Branches: refs/heads/master 35ddc49a2 -> fc6c792ce
CLOUDSTACK-8304: Modify tags accordingly for tests which can't be run on simulator Signed-off-by: Gaurav Aradhye <[email protected]> This closes #193 Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/fc6c792c Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/fc6c792c Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/fc6c792c Branch: refs/heads/master Commit: fc6c792ce50f93939fa65bcd18300ff568a6d834 Parents: 35ddc49 Author: Gaurav Aradhye <[email protected]> Authored: Mon Apr 27 11:03:17 2015 +0530 Committer: Gaurav Aradhye <[email protected]> Committed: Mon Apr 27 11:27:19 2015 +0530 ---------------------------------------------------------------------- test/integration/smoke/test_iso.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/fc6c792c/test/integration/smoke/test_iso.py ---------------------------------------------------------------------- diff --git a/test/integration/smoke/test_iso.py b/test/integration/smoke/test_iso.py index 443b6a6..c5e5f31 100644 --- a/test/integration/smoke/test_iso.py +++ b/test/integration/smoke/test_iso.py @@ -85,7 +85,7 @@ class TestCreateIso(cloudstackTestCase): "eip", "sg", "advancedns"], - required_hardware="false") + required_hardware="true") def test_01_create_iso(self): """Test create public & private ISO """ @@ -258,7 +258,7 @@ class TestISO(cloudstackTestCase): "sg", "advancedns", "smoke"], - required_hardware="false") + required_hardware="true") def test_02_edit_iso(self): """Test Edit ISO """ @@ -325,7 +325,7 @@ class TestISO(cloudstackTestCase): "eip", "sg", "advancedns"], - required_hardware="false") + required_hardware="true") def test_03_delete_iso(self): """Test delete ISO """
