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/c6195c35 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/c6195c35 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/c6195c35 Branch: refs/heads/ui-restyle Commit: c6195c355643a0768a805491079ba9727ae44a00 Parents: 967a5bd Author: Girish Shilamkar <[email protected]> Authored: Wed Nov 13 12:27:56 2013 +0530 Committer: Girish Shilamkar <[email protected]> Committed: Wed Nov 13 12:28:44 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/c6195c35/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 """
