[go: up one dir, main page]

Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
iljarotar committed Sep 27, 2024
1 parent bd7eeee commit 581484d
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 2 deletions.
3 changes: 3 additions & 0 deletions partition/roles/sonic/test/data/exit/metal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,20 +68,23 @@ PORT:
index: "1"
lanes: "2"
parent_port: Ethernet0
admin_status: up
speed: "10000"
Ethernet2:
alias: Eth1/3(Port1)
autoneg: "off"
index: "1"
lanes: "3"
parent_port: Ethernet0
admin_status: up
speed: "10000"
Ethernet3:
alias: Eth1/4(Port1)
autoneg: "off"
index: "1"
lanes: "4"
parent_port: Ethernet0
admin_status: up
speed: "10000"
Ethernet112:
alias: Eth29(Port29)
Expand Down
4 changes: 3 additions & 1 deletion partition/roles/sonic/test/data/l2_leaf/input.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,9 @@ sonic_running_cfg_ports:
index: "1"
lanes: "4"
parent_port: Ethernet0
speed: "25000"
speed: "10000"
fec: "rs"
mtu: "9100"
Ethernet4:
alias: Eth2/1(Port2)
index: "2"
Expand Down
7 changes: 6 additions & 1 deletion partition/roles/sonic/test/data/l2_leaf/metal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,10 @@ PORT:
index: "1"
lanes: "4"
parent_port: Ethernet0
speed: "25000"
admin_status: up
speed: "10000"
mtu: "9100"
fec: "rs"
Ethernet4:
alias: Eth2/1(Port2)
autoneg: "off"
Expand All @@ -141,13 +144,15 @@ PORT:
index: "2"
lanes: "3"
parent_port: Ethernet4
admin_status: up
speed: "25000"
Ethernet7:
alias: Eth2/4(Port2)
autoneg: "off"
index: "2"
lanes: "4"
parent_port: Ethernet4
admin_status: up
speed: "25000"
Ethernet112:
alias: Eth29(Port29)
Expand Down
1 change: 1 addition & 0 deletions partition/roles/sonic/test/data/mgmtleaf/metal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ PORT:
index: "2"
lanes: "5,6,7,8"
parent_port: Ethernet4
admin_status: up
speed: "100000"
Ethernet120:
alias: Eth31(Port31)
Expand Down
1 change: 1 addition & 0 deletions partition/roles/sonic/test/data/sonic-vs/metal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ PORT:
autoneg: "off"
index: "1"
lanes: "29,30,31,32"
admin_status: up
speed: "40000"

VLAN:
Expand Down

0 comments on commit 581484d

Please sign in to comment.