1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/test/units/modules/network/ftd
Anton Nikulin c231fc5a7c New module to install images on Cisco FTD devices (#53467)
* Add ftd_install module

* Remove shebangs

* Avoid using enum package

* Update module docs

* Update ftd_install docs

* Update PropertyMock import

* Fixing unit tests

* Move get_system_info and FtdOperations to module_utils

* Update dependency name

* Move Kick assertion to module_utils

* Add a note about Python interpreter for this module
2019-03-26 19:35:53 +05:30
..
__init__.py New modules and updated HTTP API plugin for FTD devices (#44578) 2018-08-29 15:48:10 +02:00
test_ftd_configuration.py FTD modules: upsert functionality and bug fixes (#47747) 2018-11-16 11:55:36 +05:30
test_ftd_file_download.py New modules and updated HTTP API plugin for FTD devices (#44578) 2018-08-29 15:48:10 +02:00
test_ftd_file_upload.py FTD modules: upsert functionality and bug fixes (#47747) 2018-11-16 11:55:36 +05:30
test_ftd_install.py New module to install images on Cisco FTD devices (#53467) 2019-03-26 19:35:53 +05:30