diff options
| author | Igor Ryzhov <iryzhov@nfware.com> | 2021-08-24 14:08:02 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-24 14:08:02 +0300 |
| commit | 552deede0eadf9c7eb2e55471f5aaaa360032000 (patch) | |
| tree | f46e23f6a409db1844d3723304f02fb549c1c3a2 /tests/topotests/ospf_basic_functionality/test_ospf_single_area.py | |
| parent | 12c9c4133dee9767432f11ab1bfe04e1bf250989 (diff) | |
| parent | e83c0fb1252b943cb5ab7fc688c9e4cbb56b21e4 (diff) | |
Merge pull request #9460 from LabNConsulting/chopps/fix-ospf-config
tests: fix ospf json config confusion
Diffstat (limited to 'tests/topotests/ospf_basic_functionality/test_ospf_single_area.py')
| -rw-r--r-- | tests/topotests/ospf_basic_functionality/test_ospf_single_area.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/topotests/ospf_basic_functionality/test_ospf_single_area.py b/tests/topotests/ospf_basic_functionality/test_ospf_single_area.py index 374d68509c..0d0668a931 100644 --- a/tests/topotests/ospf_basic_functionality/test_ospf_single_area.py +++ b/tests/topotests/ospf_basic_functionality/test_ospf_single_area.py @@ -1076,7 +1076,7 @@ def test_ospf_tc4_mtu_ignore_p0(request): ) r1_ospf_mtu = { - "r1": {"links": {"r0": {"ospf": {"mtu_ignore": True, "delete": True}}}} + "r1": {"links": {"r0": {"ospf": {"mtu_ignore": True, "del_action": True}}}} } result = config_ospf_interface(tgen, topo, r1_ospf_mtu) assert result is True, "Testcase {} :Failed \n Error: {}".format(tc_name, result) |
