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 <[email protected]> Authored: Wed Jul 24 16:08:15 2013 -0700 Committer: Sheng Yang <[email protected]> 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"])
