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 07:52:21 UTC

git commit: updated refs/heads/master to 967a5bd

Updated Branches:
  refs/heads/master fc9adec72 -> 967a5bded


CLOUDSTACK-5146: Removing basic and sg tags from the test
 case which is invalid for the basic zone

TestRouterRestart.test_01_restart_network_cleanup test scenario is invalid for basic zone. The test case tries to restart the Router assigned to individual account but in basic zone, there is only one router i.e of shared network and there is only one guest(shared) network per zone. Hence the API fails to list the router of the individual account.

More over, we will not try to restart the Router of the shared network because it is used by many accounts and restarting it may affect the execution of other test cases.


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/967a5bde
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/967a5bde
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/967a5bde

Branch: refs/heads/master
Commit: 967a5bded4b34c3e92a3860f79980d5ebe4c14e0
Parents: fc9adec
Author: Girish Shilamkar <gs...@ddn.com>
Authored: Wed Nov 13 12:19:30 2013 +0530
Committer: Girish Shilamkar <gs...@ddn.com>
Committed: Wed Nov 13 12:22:02 2013 +0530

----------------------------------------------------------------------
 test/integration/component/test_blocker_bugs.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/967a5bde/test/integration/component/test_blocker_bugs.py
----------------------------------------------------------------------
diff --git a/test/integration/component/test_blocker_bugs.py b/test/integration/component/test_blocker_bugs.py
index 62800f8..5488ddb 100644
--- a/test/integration/component/test_blocker_bugs.py
+++ b/test/integration/component/test_blocker_bugs.py
@@ -630,7 +630,7 @@ class TestRouterRestart(cloudstackTestCase):
         # No need
         return
 
-    @attr(tags = ["advanced", "basic", "sg", "advancedns", "eip"])
+    @attr(tags = ["advanced", "advancedns", "eip"])
     def test_01_restart_network_cleanup(self):
         """TS_BUG_008-Test restart network
         """