diff options
Diffstat (limited to 'tests/topotests/nhrp_topo/test_nhrp_topo.py')
-rw-r--r-- | tests/topotests/nhrp_topo/test_nhrp_topo.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/topotests/nhrp_topo/test_nhrp_topo.py b/tests/topotests/nhrp_topo/test_nhrp_topo.py index 26115de2b..284c58a8e 100644 --- a/tests/topotests/nhrp_topo/test_nhrp_topo.py +++ b/tests/topotests/nhrp_topo/test_nhrp_topo.py @@ -189,7 +189,7 @@ def test_protocols_convergence(): expected = { "{}-gre0".format(rname): { - "flags": "<UP,RUNNING>", + "flags": "<UP,LOWER_UP,RUNNING>", } } test_func = partial( |