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/a6c2c6a2 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/a6c2c6a2 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/a6c2c6a2 Branch: refs/heads/ui-restyle Commit: a6c2c6a261af4871b0a8872f43068f15cc1da3cd Parents: c141e41 Author: Gaurav Aradhye <[email protected]> Authored: Fri Nov 15 16:25:10 2013 +0530 Committer: Girish Shilamkar <[email protected]> Committed: Fri Nov 15 16:25:10 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/a6c2c6a2/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 """
