-
Notifications
You must be signed in to change notification settings - Fork 157
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding deviation for rate class unsupport option for the ETH channel configuration #3660
Conversation
fe2f0c4
to
bde1657
Compare
Pull Request Test Coverage Report for Build 12803845630Details
💛 - Coveralls |
… does not support this yet
…a device does not support this yet" This reverts commit b1af1fc.
0a3e465
to
bdb5f2b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You'll need to apply the newly introduced deviation to the tests that need it, for example:
feature/platform/transceiver/tests/zr_logical_channels_test/metadata.textproto
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
… does not support this yet
…a device does not support this yet" This reverts commit b1af1fc.
cc32867
to
94ee556
Compare
…configuration (openconfig#3660) * add deviation for ETH channal rate class non-supported. Arista device does not support this yet * bug fix for channel definition in the interface.go file * Revert "add deviation for ETH channal rate class non-supported. Arista device does not support this yet" This reverts commit b1af1fc. * Arista device is not supporting ETH channel rate class yet. Adding this deviation. * adding a new PMD typeof PMD_400GBASE_ZR_PLUS for the functional testing * adding new testbed topology for new optics PMD 400G ZR plus * Update interface.go * updated metadata.pb.go file * Arista device is not supporting ETH channel rate class yet. Adding this deviation. * adding newly introduced deviation of unsupported rate class to the tests * removing folder of tmp * removing empty file called values * add deviation for ETH channal rate class non-supported. Arista device does not support this yet * bug fix for channel definition in the interface.go file * Revert "add deviation for ETH channal rate class non-supported. Arista device does not support this yet" This reverts commit b1af1fc. * Arista device is not supporting ETH channel rate class yet. Adding this deviation. * adding a new PMD typeof PMD_400GBASE_ZR_PLUS for the functional testing * adding new testbed topology for new optics PMD 400G ZR plus * Update interface.go * updated metadata.pb.go file * fixed metadata.pb.go --------- Co-authored-by: Pramod Maurya <[email protected]> Co-authored-by: Yiwen Hu <[email protected]>
…configuration (openconfig#3660) * add deviation for ETH channal rate class non-supported. Arista device does not support this yet * bug fix for channel definition in the interface.go file * Revert "add deviation for ETH channal rate class non-supported. Arista device does not support this yet" This reverts commit b1af1fc. * Arista device is not supporting ETH channel rate class yet. Adding this deviation. * adding a new PMD typeof PMD_400GBASE_ZR_PLUS for the functional testing * adding new testbed topology for new optics PMD 400G ZR plus * Update interface.go * updated metadata.pb.go file * Arista device is not supporting ETH channel rate class yet. Adding this deviation. * adding newly introduced deviation of unsupported rate class to the tests * removing folder of tmp * removing empty file called values * add deviation for ETH channal rate class non-supported. Arista device does not support this yet * bug fix for channel definition in the interface.go file * Revert "add deviation for ETH channal rate class non-supported. Arista device does not support this yet" This reverts commit b1af1fc. * Arista device is not supporting ETH channel rate class yet. Adding this deviation. * adding a new PMD typeof PMD_400GBASE_ZR_PLUS for the functional testing * adding new testbed topology for new optics PMD 400G ZR plus * Update interface.go * updated metadata.pb.go file * fixed metadata.pb.go --------- Co-authored-by: Pramod Maurya <[email protected]> Co-authored-by: Yiwen Hu <[email protected]>
Arista does not support rate class setting yet, hence adding a deviation in the ConfigETHChannel function in the interface.go file as well as the corresponding changes in the deviations.go file.