CLOUDSTACK-5147: Removing basic and sg tags from the test

case which is invalid for basic zone
This commit is contained in:
Gaurav Aradhye 2013-11-15 16:25:10 +05:30 committed by Girish Shilamkar
parent a95bea08e4
commit 057a65e9a9
1 changed files with 1 additions and 1 deletions

View File

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