You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/units/modules/network/f5
Tim Rupp ecee475a3a This patch fixes a number of outstanding bugs and code convention problems. (#31618)
* 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
8 years ago
..
fixtures Adds a refactored bigip_monitor_http module. (#30998) 8 years ago
__init__.py Adds the bigip_user module to Ansible (#24753) 9 years ago
test_bigip_command.py Adding a cli transport option for the bigip_command module. (#30391) 8 years ago
test_bigip_config.py Makes all unit tests look the same (#25762) 9 years ago
test_bigip_configsync_action.py Renames the bigip_configsync_actions module (#29747) 8 years ago
test_bigip_configsync_actions.py Adds the bigip_configsync_actions module (#26506) 9 years ago
test_bigip_gtm_pool.py Makes all unit tests look the same (#25762) 9 years ago
test_bigip_gtm_wide_ip.py Makes all unit tests look the same (#25762) 9 years ago
test_bigip_hostname.py Adds refactored bigip_hostname (#25841) 9 years ago
test_bigip_iapp_service.py Adds missing fields for iapp service (#26507) 9 years ago
test_bigip_iapp_template.py Makes all unit tests look the same (#25762) 9 years ago
test_bigip_irule.py Makes all unit tests look the same (#25762) 9 years ago
test_bigip_monitor_http.py Adds a refactored bigip_monitor_http module. (#30998) 8 years ago
test_bigip_monitor_https.py Adds the bigip_monitor_https module (#31205) 8 years ago
test_bigip_monitor_tcp.py Adds refactored bigip_monitor_tcp (#26842) 9 years ago
test_bigip_monitor_tcp_echo.py Skip f5 tests if f5-sdk is not installed (#27035) 9 years ago
test_bigip_monitor_tcp_half_open.py Skip f5 tests if f5-sdk is not installed (#27035) 9 years ago
test_bigip_partition.py Adds module which allows users to manage partitions on a BIG-IP (#30577) 8 years ago
test_bigip_pool.py This patch fixes a number of outstanding bugs and code convention problems. (#31618) 8 years ago
test_bigip_provision.py Makes all unit tests look the same (#25762) 9 years ago
test_bigip_qkview.py Adds bigip_qkview module (#25980) 9 years ago
test_bigip_remote_syslog.py Adds the bigip_remote_syslog module 8 years ago
test_bigip_snmp.py Makes all unit tests look the same (#25762) 9 years ago
test_bigip_snmp_trap.py Makes all unit tests look the same (#25762) 9 years ago
test_bigip_ssl_certificate.py Refactors bigip ssl cert module (#25882) 9 years ago
test_bigip_ucs.py adds the bigip_ucs module (#26663) 9 years ago
test_bigip_user.py Makes all unit tests look the same (#25762) 9 years ago
test_bigip_virtual_address.py Makes all unit tests look the same (#25762) 9 years ago