-
Notifications
You must be signed in to change notification settings - Fork 62
Add RUNNING_CONFIG_MAPPER and get_running_config_command with tests #649
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
Add RUNNING_CONFIG_MAPPER and get_running_config_command with tests #649
Conversation
Thanks @kat-git-hub think I'm good with this. @itdependsnetworks any concerns. I've considering saying it should be the full command |
I'm good with it as is. |
@kat-git-hub we enabled the checks now and CI is failing black. Mind getting that fixed and then we can merge. Thanks again for the contribution! |
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.
This is cool.
Thanks! That’s a reasonable point about |
Ok,ok. I’ve tested this branch in my fork, and all checks have passed successfully. This change should work as expected. |
Added RUNNING_CONFIG_MAPPER with common platform commands. Created function get_running_config_command(). Added unit tests.
Fixes #622