You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bh...@apache.org on 2015/01/20 06:58:02 UTC

[06/12] git commit: updated refs/heads/4.5 to 30598e9

bug-id:CLOUDSTACK-8055cleaned up test tags, removed unecessary tags.

reviewed-by: SrikanteswaraRao Talluri <ta...@apache.org>

Signed-off-by: SrikanteswaraRao Talluri <ta...@apache.org>
(cherry picked from commit b6bac7f67335454b6146ebf56b1c6a47842107c1)
Signed-off-by: Rohit Yadav <ro...@shapeblue.com>


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/cc315713
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/cc315713
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/cc315713

Branch: refs/heads/4.5
Commit: cc3157130759909487aad17e6467b309cdebf132
Parents: e6620b1
Author: SrikanteswaraRao Talluri <ta...@apache.org>
Authored: Wed Dec 17 18:50:39 2014 +0530
Committer: Rohit Yadav <ro...@shapeblue.com>
Committed: Tue Jan 20 10:23:15 2015 +0530

----------------------------------------------------------------------
 test/integration/component/test_portable_ip.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/cc315713/test/integration/component/test_portable_ip.py
----------------------------------------------------------------------
diff --git a/test/integration/component/test_portable_ip.py b/test/integration/component/test_portable_ip.py
index 83ef6b5..32e7b75 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
         """