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.
This commit is contained in:
Girish Shilamkar 2013-11-13 12:27:56 +05:30
parent 738e7257c2
commit 1aec43370f
1 changed files with 1 additions and 1 deletions

View File

@ -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
"""