ansible/test/units/modules/network
Tim Rupp eace686044
Various fixes and changes for F5 (#34817)
Primarily, this patch contains refactors to remove tracebacks that
are generated when libraries are missing. There is also,

* 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.
2018-01-12 13:23:19 -08:00
..
aireos Unit tests: share common code (#31456) 2017-11-17 09:17:07 -08:00
aruba Aruba indenting (#33884) 2017-12-14 14:37:34 +05:30
basics
cloudvision Add module cv_server_provision for integration with Arista CloudVision Portal. (#25450) 2017-08-02 15:24:52 +01:00
cumulus Remove wildcard import in test_nclu 2017-10-09 21:41:02 -07:00
enos Adding module enos_config and its UT files (#33081) 2017-11-29 15:17:04 +00:00
eos Unit tests: share common code (#31456) 2017-11-17 09:17:07 -08:00
f5 Various fixes and changes for F5 (#34817) 2018-01-12 13:23:19 -08:00
ios Add the ability for the ios_vrf module to apply route targets to a VRF (#34248) 2018-01-09 02:04:18 -05:00
iosxr Adds parents to mutually_exclusive with src for *_config modules (#33957) 2018-01-03 09:47:12 -05:00
ironware Unit tests: share common code (#31456) 2017-11-17 09:17:07 -08:00
junos Refactor common network shared and platform utils code into package (#33452) 2017-12-03 21:42:30 +05:30
netscaler Refactor common network shared and platform utils code into package (#33452) 2017-12-03 21:42:30 +05:30
nso Add nso_query module to query Cisco NSO using XPath (#34188) 2017-12-22 16:56:50 +00:00
nuage Fix Python 3.7 syntax error in tests. 2018-01-09 16:54:19 -08:00
nxos Handle platform os version for sandbox nxos_nxapi (#34490) 2018-01-11 21:12:00 +05:30
onyx Mellanox OS name change: MLNXOS changed to ONYX (#34753) 2018-01-11 22:21:17 +00:00
ovs Unit tests: share common code (#31456) 2017-11-17 09:17:07 -08:00
radware Fixing bug when returned 404 status code considered as invalid (#33530) 2017-12-06 14:18:45 +00:00
vyos Unit tests: share common code (#31456) 2017-11-17 09:17:07 -08:00
__init__.py