ansible/test/units/modules/network/junos
Christian Giese 2697c0e237 junos scp module (#31950)
* junos_scp module

This module transfers files via SCP from or to remote devices running Junos.

* fix version

* add return documentation

* updated return documentation

* docu, renamed args and exceptions
+ update docu
+ rename arg download to remote_src (simitlar to copy module)
+ exception handling for transfer errors

* add tests

* add test_junos_scp_all

* update to reorganized module utils

* fix unit tests
2018-01-19 11:07:47 -05:00
..
fixtures Adding RPC attribute parameters to junos_rpc network module (#32649) 2017-11-21 10:45:13 +05:30
__init__.py Add junos_command module unit test (#23819) 2017-04-21 18:23:40 +05:30
junos_module.py Unit tests: share common code (#31456) 2017-11-17 09:17:07 -08:00
test_junos_command.py Refactor common network shared and platform utils code into package (#33452) 2017-12-03 21:42:30 +05:30
test_junos_config.py Refactor common network shared and platform utils code into package (#33452) 2017-12-03 21:42:30 +05:30
test_junos_facts.py Refactor common network shared and platform utils code into package (#33452) 2017-12-03 21:42:30 +05:30
test_junos_netconf.py Refactor common network shared and platform utils code into package (#33452) 2017-12-03 21:42:30 +05:30
test_junos_package.py Unit tests: share common code (#31456) 2017-11-17 09:17:07 -08:00
test_junos_rpc.py Refactor common network shared and platform utils code into package (#33452) 2017-12-03 21:42:30 +05:30
test_junos_scp.py junos scp module (#31950) 2018-01-19 11:07:47 -05:00