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/module_utils/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
test_common.py
test_configuration.py
test_device.py New module to install images on Cisco FTD devices (#53467) 2019-03-26 19:35:53 +05:30
test_fdm_swagger_parser.py
test_fdm_swagger_validator.py
test_upsert_functionality.py