Skip to content

Commit

Permalink
Merge pull request FRRouting#14058 from kuldeepkash/pim_v6
Browse files Browse the repository at this point in the history
tests: Update join state in verify_upstream_iif API
  • Loading branch information
donaldsharp authored Jul 19, 2023
2 parents 57bd4b5 + 3066746 commit 83f68fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/topotests/lib/pim.py
Original file line number Diff line number Diff line change
Expand Up @@ -1132,7 +1132,7 @@ def verify_upstream_iif(
grp_addr,
in_interface,
group_addr_json[src_address]["inboundInterface"],
joinState,
"Joined",
group_addr_json[src_address]["joinState"],
)
)
Expand Down

0 comments on commit 83f68fc

Please sign in to comment.