Skip to content

Commit

Permalink
Fix pre-commit
Browse files Browse the repository at this point in the history
Signed-off-by: Abhishek Dosi <[email protected]>
  • Loading branch information
abdosi committed Mar 7, 2024
1 parent 03fe4fe commit 825c8b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ipfwd/test_nhop_group.py
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,7 @@ def built_and_send_tcp_ip_packet():
45: 'c0:ff:ee:00:00:0c', 46: 'c0:ff:ee:00:00:0d',
47: 'c0:ff:ee:00:00:0b', 48: 'c0:ff:ee:00:00:11', 49: 'c0:ff:ee:00:00:0f'}

td3_asic_flow_map = {0: 'c0:ff:ee:00:00:10', 1: 'c0:ff:ee:00:00:0b',
td3_asic_flow_map = {0: 'c0:ff:ee:00:00:10', 1: 'c0:ff:ee:00:00:0b',
2: 'c0:ff:ee:00:00:12', 3: 'c0:ff:ee:00:00:0d',
4: 'c0:ff:ee:00:00:11', 5: 'c0:ff:ee:00:00:0e',
6: 'c0:ff:ee:00:00:0f', 7: 'c0:ff:ee:00:00:0c',
Expand Down

0 comments on commit 825c8b2

Please sign in to comment.