Skip to content

Commit

Permalink
tests: Update join state in verify_upstream_iif API
Browse files Browse the repository at this point in the history
When JoinState is not passed to API it is expected to
be in Joined state, there was a minor bug in API, where
it was printng JoinState as None, which is default value
in API. Updated value to print Joined when verification
fails.

Signed-off-by: Kuldeep Kashyap <kashyapk@vmware.com>
  • Loading branch information
kuldeepkash committed Jul 19, 2023
1 parent 5a69379 commit 3066746
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 3066746

Please sign in to comment.