From 6aff6aa601a165f00bfaad6543e4b2a33d798806 Mon Sep 17 00:00:00 2001 From: Gaurav Aradhye Date: Wed, 13 Nov 2013 21:29:47 +0530 Subject: [PATCH] CLOUDSTACK-5155: Removing basic and sg tags from test case which is invalid for basic zone --- test/integration/component/test_stopped_vm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/component/test_stopped_vm.py b/test/integration/component/test_stopped_vm.py index 2586c0ba765..4514bb764d2 100644 --- a/test/integration/component/test_stopped_vm.py +++ b/test/integration/component/test_stopped_vm.py @@ -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 """