mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-04 00:59:13 +00:00
tests: Update join state in verify_upstream_iif API
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>
This commit is contained in:
parent
5a69379e81
commit
3066746f5f
@ -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"],
|
||||
)
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user