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/f5
Tim Rupp ecee475a3a This patch fixes a number of outstanding bugs and code convention problems. ()
* documentation was not inline with other Ansible modules
* Python 3 specific imports were missing
* monitor_type is no longer required when creating a new pool; it is now the default.
* A new monitor_type choice of "single" was added for a more intuitive way to specify "a single monitor". It uses "and_list" underneath, but provides additional checks to ensure that you are specifying only a single monitor.
* host and port arguments have been deprecated for now. Please use bigip_pool_member instead.
* 'partition' field was missing from documentation.
* A note that "python 2.7 or greater is required" has been added for those who were not aware that this applies for ALL F5 modules.
* Unit tests were fixed to support the above module
2017-10-13 09:47:49 -07:00
..
fixtures
__init__.py
test_bigip_command.py
test_bigip_config.py
test_bigip_configsync_action.py
test_bigip_configsync_actions.py
test_bigip_gtm_pool.py
test_bigip_gtm_wide_ip.py
test_bigip_hostname.py
test_bigip_iapp_service.py
test_bigip_iapp_template.py
test_bigip_irule.py
test_bigip_monitor_http.py
test_bigip_monitor_https.py
test_bigip_monitor_tcp.py
test_bigip_monitor_tcp_echo.py
test_bigip_monitor_tcp_half_open.py
test_bigip_partition.py
test_bigip_pool.py This patch fixes a number of outstanding bugs and code convention problems. () 2017-10-13 09:47:49 -07:00
test_bigip_provision.py
test_bigip_qkview.py
test_bigip_remote_syslog.py
test_bigip_snmp.py
test_bigip_snmp_trap.py
test_bigip_ssl_certificate.py
test_bigip_ucs.py
test_bigip_user.py
test_bigip_virtual_address.py