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

Change order of deletion for speed and duplex issue #868 #869

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

bl1nkbl1nk
Copy link

SUMMARY

This is to fix #868

ISSUE TYPE
  • Bugfix Pull Request
COMPONENT NAME

nxos interfaces

ADDITIONAL INFORMATION

This just changes the order of operation for the speed and duplex when deleting them. Doing it that way doesn't cause the error that was described in bug 868

@KB-perByte
Copy link
Collaborator

@bl1nkbl1nk Can you please add unit tests and a changelog that justifies your change
Regards

@bl1nkbl1nk
Copy link
Author

@bl1nkbl1nk Can you please add unit tests and a changelog that justifies your change Regards

Under which release should I put the change log notes. Also can you provide some information on how to do the unit test? Is my first time to actually do a PR for this.

@KB-perByte
Copy link
Collaborator

@bl1nkbl1nk To add a changelog you can just add a new file in changelogs/fragments and add the changelog under the correct attribute. ref - PR
And, this is where the interface unit tests are added, you may enhance a state-specific test or add a new function testing your scenario.
Thank you for your contribution.
Regards

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

When removing Speed and Duplex order of operations yields error: ERROR: Duplex is not Compatible with Speed
2 participants