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:
Kuldeep Kashyap 2023-07-19 19:21:01 +05:30
parent 5a69379e81
commit 3066746f5f

View File

@ -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"],
)
)