diff options
| author | ckishimo <carles.kishimoto@gmail.com> | 2021-01-08 10:34:50 +0100 |
|---|---|---|
| committer | ckishimo <carles.kishimoto@gmail.com> | 2021-01-12 11:18:22 +0100 |
| commit | c6b59ef48c5eb0d7ebfceba33d14a5c95031ff11 (patch) | |
| tree | b8b0edafc75a8a847c5f3d57a836537646213efc /tests/topotests/ospf_basic_functionality/test_ospf_ecmp_lan.py | |
| parent | 881fa68f057acd52905ca7c917e65f9b895290fa (diff) | |
tests: use new def for redistribution in ospf
Signed-off-by: ckishimo <carles.kishimoto@gmail.com>
Diffstat (limited to 'tests/topotests/ospf_basic_functionality/test_ospf_ecmp_lan.py')
| -rw-r--r-- | tests/topotests/ospf_basic_functionality/test_ospf_ecmp_lan.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/topotests/ospf_basic_functionality/test_ospf_ecmp_lan.py b/tests/topotests/ospf_basic_functionality/test_ospf_ecmp_lan.py index f56a884998..cee1053be8 100644 --- a/tests/topotests/ospf_basic_functionality/test_ospf_ecmp_lan.py +++ b/tests/topotests/ospf_basic_functionality/test_ospf_ecmp_lan.py @@ -288,7 +288,7 @@ def test_ospf_lan_ecmp_tc18_p0(request): ) dut = rtr - red_static(dut) + redistribute(dut, "static") step( "Verify that route in R0 in stalled with 8 hops. " |
