Skip to content
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

[YANG] Enhance the port yang model with new port fields: adv_speeds, interface_type and adv_interface_types #6948

Merged
merged 11 commits into from
May 20, 2021
Merged
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,10 @@ def initTest(self):
'desc': 'LOAD PORT TABLE FEC PATTERN FAILURE',
'eStr': self.defaultYANGFailure['Pattern'] + ['rc']
},
'PORT_INVALID_AUTONEG_TEST': {
'desc': 'LOAD PORT TABLE AUTONEG PATTERN FAILURE.',
'eStr': self.defaultYANGFailure['Pattern'] + ['2'],
},
'CRM_WITH_WRONG_PERCENTAGE': {
'desc': 'CRM_WITH_WRONG_PERCENTAGE must condition failure.',
'eStr': self.defaultYANGFailure['Must']
Expand Down
Loading