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 0e4e7de000
Various F5 related fixes for traceback raising (#34820)
The main purpose of this patch is to do the refactor that
supports replacing tracebacks with fail_json. Additionally, the
following was done.

* Removed re-def of cleanup_tokens.
* Changed parameter args to be keywords.
* Changed imports to include new module_util locations.
* Imports also include developing (sideband) module_util locations.
* Changed to using F5Client and plain AnsibleModule to prevent tracebacks caused by missing libraries.
* Removed init and update methods from most Parameter classes (optimization) as its now included in module_utils.
* Changed module and module param references to take into account the new self.module arg.
* Minor bug fixes made during this refactor.
7 years ago
..
fixtures Adds the AFM address list module (#34814) 7 years ago
__init__.py Adds the bigip_user module to Ansible (#24753) 7 years ago
test_bigip_asm_policy.py Various fixes (#34815) 7 years ago
test_bigip_command.py Various fixes (#34815) 7 years ago
test_bigip_config.py Various fixes (#34815) 7 years ago
test_bigip_configsync_action.py Various fixes (#34815) 7 years ago
test_bigip_configsync_actions.py Unit tests: share common code (#31456) 7 years ago
test_bigip_device_connectivity.py Various fixes (#34815) 7 years ago
test_bigip_device_dns.py Various fixes (#34815) 7 years ago
test_bigip_device_httpd.py Various fixes (#34815) 7 years ago
test_bigip_device_ntp.py Various fixes (#34815) 7 years ago
test_bigip_device_sshd.py Various fixes (#34815) 7 years ago
test_bigip_device_trust.py Various fixes (#34815) 7 years ago
test_bigip_gtm_datacenter.py Various fixes and changes for F5 (#34817) 7 years ago
test_bigip_gtm_facts.py Various fixes and changes for F5 (#34817) 7 years ago
test_bigip_gtm_pool.py Various fixes and changes for F5 (#34817) 7 years ago
test_bigip_gtm_server.py Various fixes and changes for F5 (#34817) 7 years ago
test_bigip_gtm_wide_ip.py Various fixes and changes for F5 (#34817) 7 years ago
test_bigip_hostname.py Various fixes and changes for F5 (#34817) 7 years ago
test_bigip_iapp_service.py Various fixes and changes for F5 (#34817) 7 years ago
test_bigip_iapp_template.py Various fixes and changes for F5 (#34817) 7 years ago
test_bigip_iapplx_package.py Various fixes and changes for F5 (#34817) 7 years ago
test_bigip_irule.py Various fixes and changes for F5 (#34817) 7 years ago
test_bigip_monitor_http.py Various F5 related fixes for traceback raising (#34820) 7 years ago
test_bigip_monitor_https.py Various F5 related fixes for traceback raising (#34820) 7 years ago
test_bigip_monitor_snmp_dca.py Various F5 related fixes for traceback raising (#34820) 7 years ago
test_bigip_monitor_tcp.py Various F5 related fixes for traceback raising (#34820) 7 years ago
test_bigip_monitor_tcp_echo.py Various F5 related fixes for traceback raising (#34820) 7 years ago
test_bigip_monitor_tcp_half_open.py Various F5 related fixes for traceback raising (#34820) 7 years ago
test_bigip_monitor_udp.py Various F5 related fixes for traceback raising (#34820) 7 years ago
test_bigip_node.py Various F5 related fixes for traceback raising (#34820) 7 years ago
test_bigip_partition.py Various F5 related fixes for traceback raising (#34820) 7 years ago
test_bigip_policy.py Various F5 related fixes for traceback raising (#34820) 7 years ago
test_bigip_policy_rule.py Various F5 related fixes for traceback raising (#34820) 7 years ago
test_bigip_pool.py Fixes and additions to bigip_pool (#34205) 7 years ago
test_bigip_profile_client_ssl.py Adds bigip_profile_client_ssl module (#33844) 7 years ago
test_bigip_provision.py Fixes and features for bigip_provision (#33480) 7 years ago
test_bigip_qkview.py Fixes various things in bigip tests (#33477) 7 years ago
test_bigip_remote_syslog.py Adds hostname to remote-syslog (#33496) 7 years ago
test_bigip_routedomain.py routedomain fixes (#33501) 7 years ago
test_bigip_security_address_list.py Adds the AFM address list module (#34814) 7 years ago
test_bigip_security_port_list.py Adds bigip_security_port_list module (#33845) 7 years ago
test_bigip_selfip.py Various bigip_selfip fixes (#33500) 7 years ago
test_bigip_snat_pool.py Fixes for unit tests (#33498) 7 years ago
test_bigip_snmp.py Fixes for unit tests (#33498) 7 years ago
test_bigip_snmp_trap.py Fixes for unit tests (#33498) 7 years ago
test_bigip_software_update.py Adds bigip_software_update module (#34410) 7 years ago
test_bigip_ssl_certificate.py Fixes bug converning filenames with dots (#33493) 7 years ago
test_bigip_ssl_key.py Fixes bug converning filenames with dots (#33493) 7 years ago
test_bigip_sys_db.py Refactors bigip_sys_db (#33490) 7 years ago
test_bigip_sys_global.py Refactors the bigip_sys_global module (#34438) 7 years ago
test_bigip_traffic_group.py Adds bigip_traffic_group module (#34436) 7 years ago
test_bigip_ucs.py Fixes ordered dict import (#33499) 7 years ago
test_bigip_user.py Various bigip_user fixes (#33495) 7 years ago
test_bigip_vcmp_guest.py Fixes various things in bigip tests (#33477) 7 years ago
test_bigip_virtual_address.py Adds traffic group and fixes (#33502) 7 years ago
test_bigip_virtual_server.py Refactors bigip_virtual_server (#34412) 7 years ago
test_bigip_vlan.py Refactors bigip_vlan (#33489) 7 years ago
test_bigip_wait.py Fixes various things in bigip tests (#33477) 7 years ago
test_bigiq_regkey_license.py Adds the bigiq_regkey_license module (#34543) 7 years ago
test_bigiq_regkey_pool.py Adds bigiq regkey pool module (#34542) 7 years ago