summaryrefslogtreecommitdiff
path: root/test/integration/targets/junos_system
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup net integration test case for network modules (#34684)Ganesh Nalawade2018-01-101-0/+37
| | | | | * Remove platform agnostic net_* test cases. * Add minimal platform agnostic test cases to individual platform-specific test cases
* Fix connection type in junos integration tests (#34583)Ganesh Nalawade2018-01-081-1/+1
| | | | | | | | | * 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-082-3/+11
| | | | | | * 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
* Add dependency to run junos integration test (#27620)Ganesh Nalawade2017-08-021-0/+2
|
* Add test_items to junos_system integration target (#27481)Ricardo Carrillo Cruz2017-07-311-0/+1
|
* Add active param to junos declarative modules (#26222)Ganesh Nalawade2017-06-291-33/+130
| | | | * active/deactivate configuration capability * integration test refactor
* Fix network integration test config. (#26057)Matt Clay2017-06-231-1/+0
| | | | | * Remove unsupported network tests from CI. * Add `net` to list of network target prefixes.
* Add junos_system declartive module and other related change (#25859)Ganesh Nalawade2017-06-225-0/+329
* Add junos_system declartive module and other related change * junos_system declartive module * integration test for junos_system * integration test for net_system (junos platform) * pep8 fixes for junos modules * move to lxml from elementree for xml parsing as it support complete set of xpath api's * other minor changes * Fix CI and doc changes * Fix unit test failures * Fix typo in import * Fix import issue for py2.6 * Add missed Element in import