Updated Branches: refs/heads/4.2 bfe30cd2e -> 1fc633540
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/1fc63354 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/1fc63354 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/1fc63354 Branch: refs/heads/4.2 Commit: 1fc6335401815855f9314e5c18a2421e6f686fce Parents: bfe30cd 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:10 2013 -0700 ---------------------------------------------------------------------- .../component/test_redundant_router_cleanups.py | 10 ---------- 1 file changed, 10 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/1fc63354/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"])
