mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-04-28 15:36:25 +00:00
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>
This commit is contained in:
parent
a602765471
commit
7a59014e7d
@ -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": {
|
||||
|
Loading…
Reference in New Issue
Block a user