1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-05-14 21:52:19 +00:00
community.general/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
__init__.py
junos_module.py
test_junos_command.py
test_junos_config.py
test_junos_facts.py
test_junos_netconf.py
test_junos_package.py
test_junos_rpc.py
test_junos_scp.py