From 7150afab20f7cc32811600a9502aa25cf4172814 Mon Sep 17 00:00:00 2001 From: Sheng Yang Date: Wed, 24 Jul 2013 16:08:15 -0700 Subject: [PATCH] Automation: Redundant routers don't have the same link local IP It's invalid test case. --- .../component/test_redundant_router_cleanups.py | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/test/integration/component/test_redundant_router_cleanups.py b/test/integration/component/test_redundant_router_cleanups.py index 9459d46cf33..303ca8b8da6 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"])