summaryrefslogtreecommitdiff
path: root/test/integration/targets/junos_command
Commit message (Collapse)AuthorAgeFilesLines
* Fix connection type in junos integration tests (#34583)Ganesh Nalawade2018-01-083-0/+3
| | | | | | | | | * Fix connection type in junos integration tests * For find module in junos integration test add connection type local and delegate task to localhost * Fix review comment
* Fix junos integration failures (#34571)Ganesh Nalawade2018-01-0828-56/+78
| | | | | | * Add connection=netconf in individual roles for modules that run using netconf connection plugin * Add connection=network_cli for junos_netconf and junos_command at applicable places
* Refactor junos modules to Use netconf and cliconf plugins (#32621)Ganesh Nalawade2017-11-243-0/+88
| | | | | | | | | | | | | * Fix junos integration test fixes as per connection refactor (#33050) Refactor netconf connection plugin to work with netconf plugin * Fix junos integration test fixes as per connection refactor (#33050) Refactor netconf connection plugin to work with netconf plugin Fix CI failure Fix unit test failure Fix review comments
* Fix asserts of junos_command netconf_json notequal and lessthanorequal (#27818)Ricardo Carrillo Cruz2017-08-062-4/+4
|
* Fix junos_command netconf_json lessthanorequal (#27808)Ricardo Carrillo Cruz2017-08-051-2/+2
|
* Remove inventory_hostname assert on junos_command netconf_text contains (#27807)Ricardo Carrillo Cruz2017-08-051-1/+0
| | | CI nodes have UUIDs as hostnames, not Ansible inventory hostnames.
* Fix junos_command netconf_xml notequal asserts (#27806)Ricardo Carrillo Cruz2017-08-051-2/+2
|
* Replace mtu for for local-index on junos_command lessthan (#27772)Ricardo Carrillo Cruz2017-08-041-1/+1
|
* Make junos integration test checks platform independent (#27768)Ganesh Nalawade2017-08-0415-51/+48
|
* Replace fxp0 for lo0 on junos_command equal and notequal tests (#27758)Ricardo Carrillo Cruz2017-08-042-8/+6
| | | | The nodes in the CI do not use fxp nomenclature, but em. Use lo0, as that's common for nodes in our CI and our test lab.
* Remove assert that junos command xml contains inventory_hostname_short (#27754)Ricardo Carrillo Cruz2017-08-041-1/+0
| | | | | The test assumes the node has the hostname set as the inventory_hostname_short. That's not the case in our CI, we the inventory_hostname is a UUID, returned by the openstack dynamic inventory.
* Fix junos_command test failure (#27627)Ganesh Nalawade2017-08-021-2/+2
| | | | Add a loopback interface check instead of device specific management interface
* Add dependency to run junos integration test (#27620)Ganesh Nalawade2017-08-021-0/+2
|
* Add junos integration test (#24404)Ganesh Nalawade2017-05-0912-1/+322
|
* update junos_command integration tests (#22213)Peter Sprygada2017-03-028-17/+17
| | | | | fixes integration test to check for full rpc-reply string when converted from xml. This is a change from 2.2 as the rpc-reply tag is no longer stripped off
* junos Use inventory_hostname_short (#20061)John R Barker2017-01-093-4/+4
| | | Don't use hardcoded hostnames
* Fix cosmetic problems in YAML sourceAdrien Vergé2016-11-113-5/+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-2820-0/+525
* 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