1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/test/units/modules/network
Tim Rupp a10aee0fc3
Adds refactors for more f5 modules (#34824)
The main patch is to remove the traceback generating code. There are
other small fixes that were made in addition to doing that.

* 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 21:49:12 -08:00
..
aireos
aruba Aruba indenting (#33884) 2017-12-14 14:37:34 +05:30
basics
cloudvision
cumulus
enos
eos Unit tests: share common code (#31456) 2017-11-17 09:17:07 -08:00
f5 Adds refactors for more f5 modules (#34824) 2018-01-12 21:49:12 -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
junos
netscaler
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
radware Fixing bug when returned 404 status code considered as invalid (#33530) 2017-12-06 14:18:45 +00:00
vyos
__init__.py