summaryrefslogtreecommitdiff
path: root/test/integration/targets/iosxr_config/templates
Commit message (Collapse)AuthorAgeFilesLines
* iosxr_config crash if config has route-policy with multiple levels of ↵Deepak Agrawal2018-06-053-0/+218
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'ifelseif' and other caveats (#41091) * diff in as-path-set or prefix-set * fix caveat diff can not have last line with comma in prefix-set/as-path/community-set * Simplify fix to include indentation before parse * remove debugger * route-policy diffs * fix iosxr_config crash issue * new changes in iosxr_config after git add * end-policy-map and end-class-map are properly indented so match misplaced children only when end-* is at the beigining also fix pep8 * Remaining config blocks of route-policy which needs exclusion from diff. added new tests * pylint/pep8 warnings * Review comments , sanity test fix * shbang warning * remove unused import
* Handling of configurations blocks with end-* at the end of the block (#39673)Deepak Agrawal2018-05-082-0/+10
| | | | | | | | | | | | * handle end-policy issue * revert changes in iosxr cliconf * fix trailing parents not included in difference * Moving fix to platform specific fix * pep 8 issues
* Migrate Network Tests into ansible/ansible (#18233)John R Barker2016-10-282-0/+8
* Docs Networking tests * Copy networking tests from test-network-modules * Networking transport settings - group_vars * Network playbooks * Debug should be off by default * Update nxos.yaml * Remove items from top level * Use dependencies, not pre-tasks * Remove trailing blank lines * Remove backup files * newlines