Updated Branches: refs/heads/4.3 b894a3820 -> c2ea4fc3c
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/c2ea4fc3 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/c2ea4fc3 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/c2ea4fc3 Branch: refs/heads/4.3 Commit: c2ea4fc3c7a880a2dedd9b21e7a8dca287557b39 Parents: b894a38 Author: Girish Shilamkar <gshilam...@ddn.com> Authored: Wed Nov 13 12:27:56 2013 +0530 Committer: Girish Shilamkar <gshilam...@ddn.com> Committed: Wed Nov 13 12:30:24 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/c2ea4fc3/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 """