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

It's invalid test case.
This commit is contained in:
Sheng Yang 2013-07-24 16:08:15 -07:00
parent 7799f6482f
commit 7150afab20
1 changed files with 0 additions and 10 deletions

View File

@ -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"])