Skip to content

Commit 283396a

Browse files
committed
fix dpb test
Signed-off-by: Guohan Lu <[email protected]>
1 parent e37f093 commit 283396a

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

tests/config_dpb_test.py

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,38 +21,42 @@
2121
"Ethernet0": {
2222
"index": "1,1,1,1",
2323
"lanes": "65,66,67,68",
24+
"alias_at_lanes": "Eth1/1, Eth1/2, Eth1/3, Eth1/4",
2425
"breakout_modes": {
2526
"1x100G[40G]": ["Eth1"],
26-
"2x50G": ["Eth1/1", "Eth1/2"],
27+
"2x50G": ["Eth1/1", "Eth1/3"],
2728
"4x25G[10G]": ["Eth1/1", "Eth1/2", "Eth1/3", "Eth1/4"]
2829
}
2930
},
3031
"Ethernet4": {
3132
"index": "2,2,2,2",
3233
"lanes": "69,70,71,72",
34+
"alias_at_lanes": "Eth2/1, Eth2/2, Eth2/3, Eth2/4",
3335
"breakout_modes": {
3436
"1x100G[40G]": ["Eth2"],
35-
"2x50G": ["Eth2/1", "Eth2/2"],
37+
"2x50G": ["Eth2/1", "Eth2/3"],
3638
"4x25G[10G]": ["Eth2/1", "Eth2/2", "Eth2/3", "Eth2/4"],
37-
"1x50G(2)+2x25G(2)": ["Eth2/1", "Eth2/2", "Eth2/3"]
39+
"1x50G(2)+2x25G(2)": ["Eth2/1", "Eth2/3", "Eth2/4"]
3840
}
3941
},
4042
"Ethernet8": {
4143
"index": "3,3,3,3",
4244
"lanes": "73,74,75,76",
45+
"alias_at_lanes": "Eth3/1, Eth3/2, Eth3/3, Eth3/4",
4346
"breakout_modes": {
4447
"1x100G[40G]": ["Eth3"],
45-
"2x50G": ["Eth3/1", "Eth3/2"],
48+
"2x50G": ["Eth3/1", "Eth3/3"],
4649
"4x25G[10G]": ["Eth3/1", "Eth3/2", "Eth3/3", "Eth3/4"],
47-
"1x50G(2)+2x25G(2)": ["Eth3/1", "Eth3/2", "Eth3/3"]
50+
"1x50G(2)+2x25G(2)": ["Eth3/1", "Eth3/3", "Eth3/4"]
4851
}
4952
},
5053
"Ethernet12": {
5154
"index": "4,4,4,4",
5255
"lanes": "77,78,79,80",
56+
"alias_at_lanes": "Eth4/1, Eth4/2, Eth4/3, Eth4/4",
5357
"breakout_modes": {
5458
"1x100G[40G]": ["Eth4"],
55-
"2x50G": ["Eth4/1", "Eth4/2"],
59+
"2x50G": ["Eth4/1", "Eth4/3"],
5660
"4x25G[10G]": ["Eth4/1", "Eth1/2", "Eth4/3", "Eth4/4"]
5761
}
5862
}

0 commit comments

Comments
 (0)