summaryrefslogtreecommitdiffstats
path: root/tests/topotests/bfd_topo3/test_bfd_topo3.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/topotests/bfd_topo3/test_bfd_topo3.py')
-rw-r--r--tests/topotests/bfd_topo3/test_bfd_topo3.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/topotests/bfd_topo3/test_bfd_topo3.py b/tests/topotests/bfd_topo3/test_bfd_topo3.py
index d7b2542f..a899a2b4 100644
--- a/tests/topotests/bfd_topo3/test_bfd_topo3.py
+++ b/tests/topotests/bfd_topo3/test_bfd_topo3.py
@@ -95,7 +95,7 @@ def expect_route_missing(router, iptype, route):
"show {} route json".format(iptype),
{route: None},
)
- rv, result = topotest.run_and_expect(test_func, None, count=20, wait=1)
+ _, result = topotest.run_and_expect(test_func, None, count=20, wait=1)
assertmsg = '"{}" convergence failure'.format(router)
assert result is None, assertmsg