Skip to content

Commit

Permalink
review test
Browse files Browse the repository at this point in the history
  • Loading branch information
fdumontet6WIND committed Dec 1, 2023
1 parent d83f898 commit 36f564c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/topotests/ospf6_topo1/test_ospf6_topo1.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ def expect_neighbor_full(router, neighbor):
topotest.router_json_cmp,
tgen.gears[router],
"show ipv6 ospf6 neighbor json",
{"neighbors": [{"neighborId": neighbor, "Role": "Full"}]},
{"neighbors": [{"neighborId": neighbor, "role": "Full"}]},
)
_, result = topotest.run_and_expect(test_func, None, count=130, wait=1)
assertmsg = '"{}" convergence failure'.format(router)
Expand Down
2 changes: 1 addition & 1 deletion tests/topotests/ospf6_topo2/test_ospf6_topo2.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ def expect_neighbor_full(router, neighbor):
topotest.router_json_cmp,
tgen.gears[router],
"show ipv6 ospf6 neighbor json",
{"neighbors": [{"neighborId": neighbor, "Role": "Full"}]},
{"neighbors": [{"neighborId": neighbor, "role": "Full"}]},
)
_, result = topotest.run_and_expect(test_func, None, count=130, wait=1)
assertmsg = '"{}" convergence failure'.format(router)
Expand Down

0 comments on commit 36f564c

Please sign in to comment.