ansible/test/units/modules/network
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
2017-06-09 16:07:14 +01:00
..
basics code clean of old code from network modules updates (#21469) 2017-02-15 12:46:30 -05:00
cumulus test/: PEP8 compliancy (#24803) 2017-05-30 18:05:19 +01:00
eos Actually check for equality on empty commands array (#25308) 2017-06-06 09:56:44 -04:00
f5 Updates gtm wide ip module to be feature complete (#25502) 2017-06-09 16:07:14 +01:00
ios Add ios_user implementation module (#25413) 2017-06-09 13:50:57 +05:30
iosxr Actually check for equality on empty commands array (#25308) 2017-06-06 09:56:44 -04:00
junos Add junos unit test case (#24249) 2017-05-03 22:36:23 +05:30
netscaler New module: manage Citrix Netscaler service configuration (network/netscaler/netscaler_service) (#25129) 2017-06-08 08:33:32 -06:00
nxos Actually check for equality on empty commands array (#25308) 2017-06-06 09:56:44 -04:00
ovs Actually check for equality on empty commands array (#25308) 2017-06-06 09:56:44 -04:00
vyos Actually check for equality on empty commands array (#25308) 2017-06-06 09:56:44 -04:00
__init__.py adds new module net_command for network devices (#19468) 2016-12-19 11:21:37 -05:00