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 c141e418e9
commit a6c2c6a261

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