You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by gi...@apache.org on 2013/11/15 11:56:16 UTC

git commit: updated refs/heads/4.3 to cfe3aab

Updated Branches:
  refs/heads/4.3 08208cf42 -> cfe3aabdc


CLOUDSTACK-5147: Removing basic and sg tags from the test
 case which is invalid for basic zone


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

Branch: refs/heads/4.3
Commit: cfe3aabdc79a0702f5f12ca6b11266acf054cd6e
Parents: 08208cf
Author: Gaurav Aradhye <ga...@clogeny.com>
Authored: Fri Nov 15 16:25:10 2013 +0530
Committer: Girish Shilamkar <gi...@clogeny.com>
Committed: Fri Nov 15 16:26:05 2013 +0530

----------------------------------------------------------------------
 test/integration/component/test_resource_limits.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/cfe3aabd/test/integration/component/test_resource_limits.py
----------------------------------------------------------------------
diff --git a/test/integration/component/test_resource_limits.py b/test/integration/component/test_resource_limits.py
index 377aa74..07fc5a5 100644
--- a/test/integration/component/test_resource_limits.py
+++ b/test/integration/component/test_resource_limits.py
@@ -1401,7 +1401,7 @@ class TestMaxAccountNetworks(cloudstackTestCase):
         return
 
     @attr(tags=["advanced", "advancedns", "simulator",
-                "api", "basic", "eip", "sg"])
+                "api", "eip"])
     def test_maxAccountNetworks(self):
         """Test Limit number of guest account specific networks
         """