Skip to content

Commit

Permalink
adding a new PMD typeof PMD_400GBASE_ZR_PLUS for the functional testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jianchen-g committed Dec 18, 2024
1 parent dcf02d1 commit 386ded2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions proto/metadata.proto
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ message Metadata {
TESTBED_DUT_DUT_ATE_2LINKS = 6;
TESTBED_DUT_ATE_8LINKS = 7;
TESTBED_DUT_400ZR = 8;
TESTBED_DUT_400ZR_PLUS = 9;
}
// Testbed on which the test is intended to run.
Testbed testbed = 4;
Expand Down Expand Up @@ -658,6 +659,8 @@ message Metadata {
// Device has default zero suppression.
// Juniper : b/378646018
bool no_zero_suppression = 237;
// Arista does not support ETHChannel rate-class
bool channel_assignment_rate_class_parameters_unsupported = 238;
// Reserved field numbers and identifiers.
reserved 84, 9, 28, 20, 90, 97, 55, 89, 19, 36, 35, 40, 173;
}
Expand Down

0 comments on commit 386ded2

Please sign in to comment.