diff options
author | Mark Stapp <mjs@labn.net> | 2023-03-31 16:48:45 +0200 |
---|---|---|
committer | Mark Stapp <mjs@labn.net> | 2023-04-07 22:19:01 +0200 |
commit | a63fecfb56f94307dd62caba3d2f99b6cb19a452 (patch) | |
tree | 4e4c325774da8518b82c19dfcf249e3086afd79d /tests/topotests/ospf_gr_helper | |
parent | Merge pull request #13109 from LabNConsulting/topotest-cleanup (diff) | |
download | frr-a63fecfb56f94307dd62caba3d2f99b6cb19a452.tar.xz frr-a63fecfb56f94307dd62caba3d2f99b6cb19a452.zip |
ospf,ospf6: fix json key typo supoort
Fix json key 'supoort' -> 'support'; add 1-year deprecation
notice; fix topotests to use corrected json key.
Signed-off-by: Mark Stapp <mjs@labn.net>
Diffstat (limited to 'tests/topotests/ospf_gr_helper')
-rw-r--r-- | tests/topotests/ospf_gr_helper/test_ospf_gr_helper1.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/topotests/ospf_gr_helper/test_ospf_gr_helper1.py b/tests/topotests/ospf_gr_helper/test_ospf_gr_helper1.py index 9dce5a976..79374281c 100644 --- a/tests/topotests/ospf_gr_helper/test_ospf_gr_helper1.py +++ b/tests/topotests/ospf_gr_helper/test_ospf_gr_helper1.py @@ -188,7 +188,7 @@ def test_ospf_gr_helper_tc1_p0(request): input_dict = { "helperSupport": "Disabled", "strictLsaCheck": "Enabled", - "restartSupoort": "Planned and Unplanned Restarts", + "restartSupport": "Planned and Unplanned Restarts", "supportedGracePeriod": 1800, } dut = "r0" @@ -220,7 +220,7 @@ def test_ospf_gr_helper_tc1_p0(request): input_dict = { "helperSupport": "Enabled", "strictLsaCheck": "Enabled", - "restartSupoort": "Planned and Unplanned Restarts", + "restartSupport": "Planned and Unplanned Restarts", "supportedGracePeriod": 1800, } dut = "r0" |