summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/vyos_config (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add backup filename and dir path option for config network modules (#50801)Ganesh Nalawade2019-01-242-0/+226
| | | | | | | | | | | | | | | | * Add configurable backup path option for network config modules Fixes #50283 Fixes #32724 * Add back_options in network config module argspec * Handle backup path options in network action plugin * Fix review comments * Add integration tests * Update changelog
* Add cli_config module (#42413)Trishna Guha2018-08-144-0/+75
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * cli_config module Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> * rename diff and replace Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> * add nxos changes Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> * nxos tests Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> * remove severity * address review comment Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> * add module diff Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> * add iosxr test Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> * address diff review Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> * Add junos tests Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> * vyos cliconf diff fix Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
* Update Shippable integration test groups. (#43118)Matt Clay2018-07-241-1/+1
| | | | | | | * Update Shippable integration test groups. * Update integration test group aliases. * Rebalance AWS and Azure tests with extra group. * Rebalance Windows tests with another group.
* vyos_config IndexError in sanitize_config (#36375)Deepak Agrawal2018-02-201-0/+13
| | | | | | | | | | | | | * Bug in del(list) logic. Say you have a list of 4 elements a[0-3] and you have to remove index 1 and 3, if you remove index 1 first then list is cut short a[0-2] and does not have index 3 Fix: Remove indexes in reverse sorted order e.g. 3 and 1 in above example so that order of indexes remain preserved even after deleting fix is to remove indexes in reverse sorted order * Add test cases for failed case
* improved test coveraage for vyos_config (#35298)David Newswanger2018-01-251-2/+26
|
* Update net_* and vyos_* integration test aliases. (#34666)Matt Clay2018-01-101-0/+1
| | | | | * Add and update vyos integration test aliases. * Add and update net integration test aliases.
* Actually move vyos tests to network_cli (#33710)Nathaniel Case2017-12-135-10/+17
| | | | | | | | | | | | * Fix vyos on network_cli on python3 bytes do not have format() in Python3 * Push connection to tasks, with bonus connection=local test * Run tests without explicit connection set * Add/update START messages where appropriate
* Remove provider cli for vyos tests (#30275)Ricardo Carrillo Cruz2017-09-134-17/+0
| | | Transport is cli by default, and we set user/passwords on group_vars.
* Revert "enabled vyos banner and config (#26438)"Matt Clay2017-07-051-2/+0
| | | | | | This reverts commit b9b5183644902dee05d75ff91536f35795cb11b7. Reverting this due to instability in vyos tests.
* enabled vyos banner and config (#26438)David Newswanger2017-07-051-0/+2
|
* Run `save` inside config mode. (#23977)Nathaniel Case2017-04-271-0/+60
| | | | | | | | | | | | * Run `save` before exiting config mode. * Fix unit tests for `save` * Allow `save` to be on its own again and introspect success * Introspecting `compare running` makes this a lot harder. Move `save` tests to integration tests
* Vyos config fixes (#21862)Nathaniel Case2017-02-262-2/+2
| | | | | | | | * Fix vyos signatures to match new versions * Fix test cases referring to 'updates' instead of 'commands' * I think this is an artifact of `connection: network_cli`?
* Use inventory_hostname_short (#20054)John R Barker2017-01-092-4/+4
| | | | | When using AWS we have to use the full domain name in the inventory file, which we rather than the short name. This change avoids that ending up being set in the tests.
* Fix cosmetic problems in YAML sourceAdrien Vergé2016-11-112-3/+0
| | | | | | | | This change corrects problems reported by the `yamllint` linter. Since key duplication problems were removed in 4d48711, this commit mainly fixes trailing spaces and extra empty lines at beginning/end of files.
* Migrate Network Tests into ansible/ansible (#18233)John R Barker2016-10-286-0/+127
* 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