Updated Branches: refs/heads/4.2 9e2b7bfa7 -> 6c8b946f5 refs/heads/master 2e373d58e -> 6aff6aa60
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/6c8b946f Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/6c8b946f Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/6c8b946f Branch: refs/heads/4.2 Commit: 6c8b946f5c70a10c6869278d07ed057e153a6c99 Parents: 9e2b7bf Author: Gaurav Aradhye <[email protected]> Authored: Wed Nov 13 21:21:39 2013 +0530 Committer: Girish Shilamkar <[email protected]> Committed: Wed Nov 13 21:23:13 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/6c8b946f/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 """
