You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ya...@apache.org on 2013/07/25 01:09:40 UTC

git commit: updated refs/heads/master to 7150afa

Updated Branches:
  refs/heads/master 7799f6482 -> 7150afab2


Automation: Redundant routers don't have the same link local IP

It's invalid test case.


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

Branch: refs/heads/master
Commit: 7150afab20f7cc32811600a9502aa25cf4172814
Parents: 7799f64
Author: Sheng Yang <sh...@citrix.com>
Authored: Wed Jul 24 16:08:15 2013 -0700
Committer: Sheng Yang <sh...@citrix.com>
Committed: Wed Jul 24 16:09:34 2013 -0700

----------------------------------------------------------------------
 .../component/test_redundant_router_cleanups.py           | 10 ----------
 1 file changed, 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/7150afab/test/integration/component/test_redundant_router_cleanups.py
----------------------------------------------------------------------
diff --git a/test/integration/component/test_redundant_router_cleanups.py b/test/integration/component/test_redundant_router_cleanups.py
index 9459d46..303ca8b 100644
--- a/test/integration/component/test_redundant_router_cleanups.py
+++ b/test/integration/component/test_redundant_router_cleanups.py
@@ -340,11 +340,6 @@ class TestRedundantRouterNetworkCleanups(cloudstackTestCase):
                              "Running",
                              "Router state should be running"
                              )
-            self.assertIn(
-                    router.linklocalip,
-                    [master_router.linklocalip, backup_router.linklocalip],
-                    "Routers should have same linklocal IP after nw restart"
-                  )
         return
 
     @attr(tags=["advanced", "advancedns", "ssh"])
@@ -486,11 +481,6 @@ class TestRedundantRouterNetworkCleanups(cloudstackTestCase):
                              "Running",
                              "Router state should be running"
                              )
-            self.assertIn(
-                    router.linklocalip,
-                    [master_router.linklocalip, backup_router.linklocalip],
-                    "Routers should have same linklocal IP after nw restart"
-                  )
         return
 
     @attr(tags=["advanced", "advancedns", "ssh"])