mirror of https://github.com/apache/cloudstack.git
Automation: Redundant routers don't have the same link local IP
It's invalid test case.
This commit is contained in:
parent
7799f6482f
commit
7150afab20
|
|
@ -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"])
|
||||
|
|
|
|||
Loading…
Reference in New Issue