Skip to content

Commit

Permalink
Update runtests.go
Browse files Browse the repository at this point in the history
Add TESTBED_DUT_400ZR_PLUS testbed
  • Loading branch information
AmrNJ authored Feb 26, 2025
1 parent 5857f2a commit 670dbc6
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 @@ -76,6 +76,7 @@ func testbedPathFromMetadata() (string, error) {
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",
mpb.Metadata_TESTBED_DUT_400ZR_PLUS: "dut_400zr_plus.testbed",
}
testbedFile, ok := testbedToFile[testbed]
if !ok {
Expand Down

0 comments on commit 670dbc6

Please sign in to comment.