]> git.puffer.fish Git - mirror/frr.git/commit
tests: Update join state in verify_upstream_iif API 14058/head
authorKuldeep Kashyap <kashyapk@vmware.com>
Wed, 19 Jul 2023 13:51:01 +0000 (19:21 +0530)
committerKuldeep Kashyap <kashyapk@vmware.com>
Wed, 19 Jul 2023 13:51:01 +0000 (19:21 +0530)
commit3066746f5fee4e8d7f989f8c3910f1b44e3f5e53
tree83578c6bbe89f2af1710a1112f5c36f02b76a160
parent5a69379e811ecdfa81786188974e26781d6d1322
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>
tests/topotests/lib/pim.py