diff options
| author | Donatas Abraitis <donatas@opensourcerouting.org> | 2024-04-27 23:19:32 +0300 |
|---|---|---|
| committer | Donatas Abraitis <donatas@opensourcerouting.org> | 2024-04-27 23:19:32 +0300 |
| commit | 1a1c2a9f84d0ad1bdadc0cb47d6175d4ccc32544 (patch) | |
| tree | 12cf52e17d2b48a7090f9b6ffa06acc7fe49fbd7 /tests/topotests/ospf_basic_functionality/test_ospf_nssa.py | |
| parent | 086df4bfaabdeafdc6643f94f68d17b3e069187a (diff) | |
tests: Apply black formatting for all tests/topotests
It's just annoying when the linter tells to apply the formatting for the code
you didn't touch.
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
Diffstat (limited to 'tests/topotests/ospf_basic_functionality/test_ospf_nssa.py')
| -rw-r--r-- | tests/topotests/ospf_basic_functionality/test_ospf_nssa.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/topotests/ospf_basic_functionality/test_ospf_nssa.py b/tests/topotests/ospf_basic_functionality/test_ospf_nssa.py index d669e21d4d..4a40b3e9ec 100644 --- a/tests/topotests/ospf_basic_functionality/test_ospf_nssa.py +++ b/tests/topotests/ospf_basic_functionality/test_ospf_nssa.py @@ -165,7 +165,7 @@ def test_ospf_learning_tc15_p0(request): step("Verify that Type 3 summary LSA is originated for the same Area 0") ip = topo["routers"]["r1"]["links"]["r3-link0"]["ipv4"] - ip_net = str(ipaddress.ip_interface(u"{}".format(ip)).network) + ip_net = str(ipaddress.ip_interface("{}".format(ip)).network) dut = "r0" input_dict = { |
