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/netscaler
Ganesh Nalawade 11c9ad23d5
Refactor common network shared and platform utils code into package ()
* Refactor common network shared and platform specific code into package (part-1)

As per proposal  refactor common network shared and platform specific
code into sub-package.
https://github.com/ansible/proposals/issues/76

*  ansible.module_utils.network.common - command shared functions
*  ansible.module_utils.network.{{ platform }} - where platform is platform specific shared functions

*  Fix review comments

* Fix review comments
2017-12-03 21:42:30 +05:30
..
__init__.py
netscaler_module.py
test_netscaler_cs_action.py
test_netscaler_cs_policy.py
test_netscaler_cs_vserver.py
test_netscaler_gslb_service.py
test_netscaler_gslb_site.py
test_netscaler_gslb_vserver.py
test_netscaler_lb_monitor.py
test_netscaler_lb_vserver.py
test_netscaler_module_utils.py Refactor common network shared and platform utils code into package () 2017-12-03 21:42:30 +05:30
test_netscaler_nitro_request.py New module: Issue NITRO requests to a Netscaler instance (network/netscaler/netscaler_nitro_request) () 2017-11-28 14:16:01 +00:00
test_netscaler_save_config.py
test_netscaler_server.py
test_netscaler_service.py
test_netscaler_servicegroup.py
test_netscaler_ssl_certkey.py