diff options
| author | Mark Stapp <mjs@voltanet.io> | 2020-12-23 08:11:00 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-23 08:11:00 -0500 |
| commit | d4473065f4bb86cebdefc87e2038e4f47f033492 (patch) | |
| tree | 4ac073f665c7c744034e18f1eea912b526155593 /tests/topotests/ospf_basic_functionality/test_ospf_ecmp.py | |
| parent | 90cd28e91ad58a617123390b9d507e4fda96fe80 (diff) | |
| parent | 5b3f46c32049f8229119bd6079c8efca85102198 (diff) | |
Merge pull request #7759 from qlyoung/reformat-tests-again
Reformat tests again
Diffstat (limited to 'tests/topotests/ospf_basic_functionality/test_ospf_ecmp.py')
| -rw-r--r-- | tests/topotests/ospf_basic_functionality/test_ospf_ecmp.py | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/tests/topotests/ospf_basic_functionality/test_ospf_ecmp.py b/tests/topotests/ospf_basic_functionality/test_ospf_ecmp.py index 3b37b8a92f..5ef6b9b0be 100644 --- a/tests/topotests/ospf_basic_functionality/test_ospf_ecmp.py +++ b/tests/topotests/ospf_basic_functionality/test_ospf_ecmp.py @@ -252,7 +252,11 @@ def test_ospf_ecmp_tc16_p0(request): input_dict = { "r0": { "static_routes": [ - {"network": NETWORK["ipv4"][0], "no_of_ip": 5, "next_hop": "Null0",} + { + "network": NETWORK["ipv4"][0], + "no_of_ip": 5, + "next_hop": "Null0", + } ] } } @@ -415,7 +419,11 @@ def test_ospf_ecmp_tc17_p0(request): input_dict = { "r0": { "static_routes": [ - {"network": NETWORK["ipv4"][0], "no_of_ip": 5, "next_hop": "Null0",} + { + "network": NETWORK["ipv4"][0], + "no_of_ip": 5, + "next_hop": "Null0", + } ] } } |
