You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by gi...@apache.org on 2013/11/13 17:02:08 UTC

git commit: updated refs/heads/4.3 to 5b5e444

Updated Branches:
  refs/heads/4.3 4d21591bf -> 5b5e44486


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/5b5e4448
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/5b5e4448
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/5b5e4448

Branch: refs/heads/4.3
Commit: 5b5e444861f90feebf9a1f3b9ec0f05db61fb38b
Parents: 4d21591
Author: Gaurav Aradhye <ga...@clogeny.com>
Authored: Wed Nov 13 21:29:47 2013 +0530
Committer: Girish Shilamkar <gi...@clogeny.com>
Committed: Wed Nov 13 21:31:30 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/5b5e4448/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 5a5c298..5c1b4de 100644
--- a/test/integration/component/test_stopped_vm.py
+++ b/test/integration/component/test_stopped_vm.py
@@ -1257,7 +1257,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
         """