From 831cb1130e55ac321b481ae9b9bc77855c98fc3d Mon Sep 17 00:00:00 2001 From: Gaurav Aradhye Date: Wed, 17 Dec 2014 14:11:16 +0530 Subject: [PATCH] CLOUDSTACK-8055: test_portable_ip.py - Tagging test case which can't be run on simulator Signed-off-by: SrikanteswaraRao Talluri --- test/integration/component/test_portable_ip.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/component/test_portable_ip.py b/test/integration/component/test_portable_ip.py index 6bdc61a3d9f..83ef6b51907 100644 --- a/test/integration/component/test_portable_ip.py +++ b/test/integration/component/test_portable_ip.py @@ -1288,7 +1288,7 @@ class TestPortableIpTransferAcrossNetworks(cloudstackTestCase): raise Exception("Warning: Exception during cleanup : %s" % e) return - @attr(tags=["advanced","swamy"], required_hardware="false") + @attr(tags=["advanced","swamy"], required_hardware="true") def test_list_portable_ip_range_non_root_admin(self): """Test list portable ip ranges with non admin root account """