Skip to content

Commit

Permalink
adding 400gzr testbed file to tb mapping (#3449)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcCharlebois authored Sep 23, 2024
1 parent c402011 commit 2a18a8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/fptest/runtests.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ func testbedPathFromMetadata() (string, error) {
mpb.Metadata_TESTBED_DUT_ATE_9LINKS_LAG: "atedut_9_lag.testbed",
mpb.Metadata_TESTBED_DUT_DUT_ATE_2LINKS: "dutdutate.testbed",
mpb.Metadata_TESTBED_DUT_ATE_8LINKS: "atedut_8.testbed",
mpb.Metadata_TESTBED_DUT_400ZR: "dut_400zr.testbed",
}
testbedFile, ok := testbedToFile[testbed]
if !ok {
Expand Down

0 comments on commit 2a18a8d

Please sign in to comment.