From b6bac7f67335454b6146ebf56b1c6a47842107c1 Mon Sep 17 00:00:00 2001 From: SrikanteswaraRao Talluri Date: Wed, 17 Dec 2014 18:50:39 +0530 Subject: [PATCH] bug-id:CLOUDSTACK-8055cleaned up test tags, removed unecessary tags. reviewed-by: SrikanteswaraRao Talluri Signed-off-by: SrikanteswaraRao Talluri --- test/integration/component/test_portable_ip.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/integration/component/test_portable_ip.py b/test/integration/component/test_portable_ip.py index 83ef6b51907..32e7b758221 100644 --- a/test/integration/component/test_portable_ip.py +++ b/test/integration/component/test_portable_ip.py @@ -407,7 +407,7 @@ class TestListPortablePublicIpRanges(cloudstackTestCase): "Listed netmask not matching with the netmask of created public ip range") return - @attr(tags=["advanced","swamy"], required_hardware="false") + @attr(tags=["advanced"], required_hardware="false") def test_list_portable_ip_range_non_root_admin(self): """Test list portable ip ranges with non admin root account """ @@ -1288,7 +1288,7 @@ class TestPortableIpTransferAcrossNetworks(cloudstackTestCase): raise Exception("Warning: Exception during cleanup : %s" % e) return - @attr(tags=["advanced","swamy"], required_hardware="true") + @attr(tags=["advanced"], required_hardware="true") def test_list_portable_ip_range_non_root_admin(self): """Test list portable ip ranges with non admin root account """