summaryrefslogtreecommitdiff
path: root/test/integration/targets/nxos_config
Commit message (Collapse)AuthorAgeFilesLines
* roll up of fixes for nxos_config (#21949)Peter Sprygada2017-02-259-9/+9
| | | | | | * fixes provider to not log entries * fixes nxapi send_request with config statements * fixes nxapi get_config() * updates nxos_config integration tests
* fixes issue in nxos_config when retrieving current config (#21843)Peter Sprygada2017-02-232-0/+4
| | | | | | | | When parsing the configuration, the wrong indent level was set so the configurations could not be properly compared. Also noted that defaults: yes needed to be added to the integration tests to make the test cases valid, which is also included in this patch fixes #21828
* Use inventory_hostname_short (#20054)John R Barker2017-01-0910-20/+20
| | | | | 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-114-6/+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-2839-0/+1399
* 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