summaryrefslogtreecommitdiff
path: root/tests/topotests/ospf_basic_functionality/test_ospf_lan.py
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@nvidia.com>2023-04-25 07:54:07 -0400
committerDonald Sharp <sharpd@nvidia.com>2023-04-25 07:54:07 -0400
commit7a59014e7d327b184de1d8ec9fb897026eb22f1f (patch)
tree0fdcead541782e90c04aeca358cbd59d40e9ef7a /tests/topotests/ospf_basic_functionality/test_ospf_lan.py
parenta602765471e9d801f6db8fed56c18ce08b283e81 (diff)
tests: Run black on test_ospf_lan.py
frrbot unhappy. Let's bring a smile to it's life. Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'tests/topotests/ospf_basic_functionality/test_ospf_lan.py')
-rw-r--r--tests/topotests/ospf_basic_functionality/test_ospf_lan.py12
1 files changed, 8 insertions, 4 deletions
diff --git a/tests/topotests/ospf_basic_functionality/test_ospf_lan.py b/tests/topotests/ospf_basic_functionality/test_ospf_lan.py
index 8fcf612360..1358027f21 100644
--- a/tests/topotests/ospf_basic_functionality/test_ospf_lan.py
+++ b/tests/topotests/ospf_basic_functionality/test_ospf_lan.py
@@ -196,8 +196,10 @@ def test_ospf_lan_tc1_p0(request):
result = verify_ospf_neighbor(tgen, topo, dut, input_dict, lan=True)
assert result is True, "Testcase {} : Failed \n Error: {}".format(tc_name, result)
- step("Configure DR priority 100 on R0 and clear ospf neighbors "
- "on all the routers.")
+ step(
+ "Configure DR priority 100 on R0 and clear ospf neighbors "
+ "on all the routers."
+ )
input_dict = {
"r0": {
@@ -233,8 +235,10 @@ def test_ospf_lan_tc1_p0(request):
result = verify_ospf_neighbor(tgen, topo, dut, input_dict, lan=True)
assert result is True, "Testcase {} : Failed \n Error: {}".format(tc_name, result)
- step("Configure DR priority 150 on R0 and clear ospf neighbors "
- "on all the routers.")
+ step(
+ "Configure DR priority 150 on R0 and clear ospf neighbors "
+ "on all the routers."
+ )
input_dict = {
"r0": {