diff options
author | Donald Sharp <donaldsharp72@gmail.com> | 2023-07-19 21:45:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-19 21:45:09 +0200 |
commit | 83f68fc31ed4a4d18d3eb5d4343a43e71bb47c1d (patch) | |
tree | e4bcab4bdc2b34a73f56898bfc41ad9d1b417725 | |
parent | Merge pull request #14054 from zice312963205/zly_evpn (diff) | |
parent | tests: Update join state in verify_upstream_iif API (diff) | |
download | frr-83f68fc31ed4a4d18d3eb5d4343a43e71bb47c1d.tar.xz frr-83f68fc31ed4a4d18d3eb5d4343a43e71bb47c1d.zip |
Merge pull request #14058 from kuldeepkash/pim_v6
tests: Update join state in verify_upstream_iif API
-rw-r--r-- | tests/topotests/lib/pim.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/topotests/lib/pim.py b/tests/topotests/lib/pim.py index f69718a5b..f7440efd6 100644 --- a/tests/topotests/lib/pim.py +++ b/tests/topotests/lib/pim.py @@ -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"], ) ) |