-
Notifications
You must be signed in to change notification settings - Fork 750
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
Update cisco_nxos_show_nve_vni.textfsm #2067
Conversation
Add S-ND line and Hybrid mode line
@julien-lebreton As long as you put the raw data in the correct spot, you can use helper scripts to generate the structured data (yaml). The test data is necessary so that we can make sure the template is backwards compatible in the future when more changes are needed. |
As time permits I plan to build a topology to get raw output ... if Julien hasn't responded by then. 🙂 |
new show nve nvi raw data
new yaml template
update ntc-templates
update with raw data in tests/cisco_nxos/show_nve_vni directory |
Hello @julien-lebreton Thank you for submitting this PR and adding test data! You might see I made changes. Since the old test data had various VRF names and what not there is some merit in retaining it. This enables us to have both the old and new data to run through the GH Actions CI validating no regressions occur. Update: Plus the structured data (keys) got reordered in alphabetical order by the helper scripts used to generate the structured data. |
Add S-ND line and Hybrid mode line
Those 2 lines are mandatory to work properly with version 10.3.4a of NX-OS