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/13 08:01:26 UTC

git commit: updated refs/heads/4.2 to 1aec433

Updated Branches:
  refs/heads/4.2 738e7257c -> 1aec43370


CLOUDSTACK-5147: Removing basic and sg tag from the test case which should not be run on basic zone setup

component.test_project_limits.TestMaxProjectNetworks.test_maxAccountNetworks tries to create multiple guest networks in an project of account which is not possible in basic zone as there is only one guest network allowed per zone in basic zone setup.
Hence removing the tags basic and sg so that this test case won't be picked up to run on basic zone setup.


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

Branch: refs/heads/4.2
Commit: 1aec43370faf626348897489ec3d32a315cd32f4
Parents: 738e725
Author: Girish Shilamkar <gs...@ddn.com>
Authored: Wed Nov 13 12:27:56 2013 +0530
Committer: Girish Shilamkar <gs...@ddn.com>
Committed: Wed Nov 13 12:31:10 2013 +0530

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


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/1aec4337/test/integration/component/test_project_limits.py
----------------------------------------------------------------------
diff --git a/test/integration/component/test_project_limits.py b/test/integration/component/test_project_limits.py
index c6df7f3..04e6922 100644
--- a/test/integration/component/test_project_limits.py
+++ b/test/integration/component/test_project_limits.py
@@ -1014,7 +1014,7 @@ class TestMaxProjectNetworks(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
         """