Skip to content

Commit

Permalink
Fix pre-commit failures
Browse files Browse the repository at this point in the history
  • Loading branch information
divyachandralekha committed Oct 24, 2024
1 parent d1f60c8 commit bfe0807
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions tests/stp_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@
STP Bridge Parameters:
Bridge Bridge Bridge Bridge Hold LastTopology Topology
Identifier MaxAge Hello FwdDly Time Change Change
hex sec sec sec sec sec cnt
8064b86a97e24e9c 20 2 15 1 0 1
hex sec sec sec sec sec cnt
8064b86a97e24e9c 20 2 15 1 0 1
RootBridge RootPath DesignatedBridge RootPort Max Hel Fwd
Identifier Cost Identifier Age lo Dly
hex hex sec sec sec
0064b86a97e24e9c 600 806480a235f281ec Root 20 2 15
STP Port Parameters:
Port Prio Path Port Uplink State Designated Designated Designated
Name rity Cost Fast Fast Cost Root Bridge
Ethernet4 128 200 N N FORWARDING 400 0064b86a97e24e9c 806480a235f281ec
Port Prio Path Port Uplink State Designated Designated Designated
Name rity Cost Fast Fast Cost Root Bridge
Ethernet4 128 200 N N FORWARDING 400 0064b86a97e24e9c 806480a235f281ec
"""

show_spanning_tree_vlan="""\
Expand All @@ -30,23 +30,23 @@
STP Bridge Parameters:
Bridge Bridge Bridge Bridge Hold LastTopology Topology
Identifier MaxAge Hello FwdDly Time Change Change
hex sec sec sec sec sec cnt
8064b86a97e24e9c 20 2 15 1 0 1
hex sec sec sec sec sec cnt
8064b86a97e24e9c 20 2 15 1 0 1
RootBridge RootPath DesignatedBridge RootPort Max Hel Fwd
Identifier Cost Identifier Age lo Dly
hex hex sec sec sec
0064b86a97e24e9c 600 806480a235f281ec Root 20 2 15
STP Port Parameters:
Port Prio Path Port Uplink State Designated Designated Designated
Name rity Cost Fast Fast Cost Root Bridge
Port Prio Path Port Uplink State Designated Designated Designated
Name rity Cost Fast Fast Cost Root Bridge
Ethernet4 128 200 N N FORWARDING 400 0064b86a97e24e9c 806480a235f281ec
"""

show_spanning_tree_statistics="""\
VLAN 100 - STP instance 0
--------------------------------------------------------------------
PortNum BPDU Tx BPDU Rx TCN Tx TCN Rx
Ethernet4 10 15 15 5
Ethernet4 10 15 15 5
"""

show_spanning_tree_bpdu_guard="""\
Expand Down

0 comments on commit bfe0807

Please sign in to comment.