From fc6c792ce50f93939fa65bcd18300ff568a6d834 Mon Sep 17 00:00:00 2001 From: Gaurav Aradhye Date: Mon, 27 Apr 2015 11:03:17 +0530 Subject: [PATCH] CLOUDSTACK-8304: Modify tags accordingly for tests which can't be run on simulator Signed-off-by: Gaurav Aradhye This closes #193 --- test/integration/smoke/test_iso.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/integration/smoke/test_iso.py b/test/integration/smoke/test_iso.py index 443b6a6c9f2..c5e5f314b68 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 """