CLOUDSTACK-5155: Removing basic and sg tags from test case

which is invalid for basic zone
This commit is contained in:
Gaurav Aradhye 2013-11-13 21:29:47 +05:30 committed by Girish Shilamkar
parent 2e373d58e0
commit 6aff6aa601

View File

@ -1256,7 +1256,7 @@ class TestRouterStateAfterDeploy(cloudstackTestCase):
except Exception as e:
self.debug("Warning! Exception in tearDown: %s" % e)
@attr(tags = ["advanced", "eip", "advancedns", "basic", "sg"])
@attr(tags = ["advanced", "eip", "advancedns"])
def test_01_deploy_vm_no_startvm(self):
"""Test Deploy Virtual Machine with no startVM parameter
"""