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 61684f7313 Updates gtm wide ip module to be feature complete (#25502)
This module is used to manage GTM wide ips on a bigip.
Previously, this module only included a small subset of functionality
primarily related to editing a wide ip that already existed. Additionally
it used the SOAP api for its communication. this patch completes the
feature set of wide ips and refactors the code to use the F5 python SDK
and the REST API.

Unit tests are provided. Integration tests can be found here

https://github.com/F5Networks/f5-ansible/blob/devel/test/integration/bigip_gtm_wide_ip.yaml#L23
https://github.com/F5Networks/f5-ansible/tree/devel/test/integration/targets/bigip_gtm_wide_ip/tasks
9 years ago
..
fixtures Updates and refactors the bigip pool module to use REST (#25234) 9 years ago
__init__.py Adds the bigip_user module to Ansible (#24753) 9 years ago
test_bigip_command.py bigip tests now skipped if missing lib 9 years ago
test_bigip_config.py bigip tests now skipped if missing lib 9 years ago
test_bigip_gtm_pool.py bigip tests now skipped if missing lib 9 years ago
test_bigip_gtm_wide_ip.py Updates gtm wide ip module to be feature complete (#25502) 9 years ago
test_bigip_pool.py bigip tests now skipped if missing lib 9 years ago
test_bigip_snmp_trap.py bigip tests now skipped if missing lib 9 years ago
test_bigip_user.py bigip tests now skipped if missing lib 9 years ago