Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions fboss/agent/hw/test/ProdConfigFactory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@ uint16_t uplinksCountFromSwitch(PlatformType mode) {
case PM::PLATFORM_ICETEA800BC:
case PM::PLATFORM_MONTBLANC:
return 4;
case PM::PLATFORM_WEDGE800BACT:
return 16;
case PM::PLATFORM_MINIPACK3N:
case PM::PLATFORM_YANGRA:
case PM::PLATFORM_YANGRA2:
Expand Down
Loading