Skip to content

Commit

Permalink
test: ospf_multiarea: Set static router-id
Browse files Browse the repository at this point in the history
This is to workaround #807. To test automatic router id selection
a new test is required, which sets interfaces and activate ospf in
separete NETCONF/RESTCONF query.
  • Loading branch information
mattiaswal committed Nov 6, 2024
1 parent 5079691 commit 8721255
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/case/ietf_routing/ospf_multiarea/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,7 @@ def config_target3(target, ring2, cross, link):
"type": "infix-routing:ospfv2",
"name": "default",
"ospf": {
"explicit-router-id": "10.0.0.3",
"areas": {
"area": [{
"area-id": "0.0.0.1",
Expand Down Expand Up @@ -513,6 +514,7 @@ def config_target4(target, ring1, cross, link):
"type": "infix-routing:ospfv2",
"name": "default",
"ospf": {
"explicit-router-id": "10.0.0.4",
"redistribute": {
"redistribute": [{
"protocol": "connected"
Expand Down

0 comments on commit 8721255

Please sign in to comment.