CLOUDSTACK-5155: Removing basic and sg tags from test case which is invalid for basic zone
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/6aff6aa6 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/6aff6aa6 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/6aff6aa6 Branch: refs/heads/master Commit: 6aff6aa601a165f00bfaad6543e4b2a33d798806 Parents: 2e373d5 Author: Gaurav Aradhye <gaurav.arad...@clogeny.com> Authored: Wed Nov 13 21:29:47 2013 +0530 Committer: Girish Shilamkar <gir...@clogeny.com> Committed: Wed Nov 13 21:29:47 2013 +0530 ---------------------------------------------------------------------- test/integration/component/test_stopped_vm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/6aff6aa6/test/integration/component/test_stopped_vm.py ---------------------------------------------------------------------- diff --git a/test/integration/component/test_stopped_vm.py b/test/integration/component/test_stopped_vm.py index 2586c0b..4514bb7 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 """