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
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
..
cloud Add Python 3.7 to CI unit test matrix. (#34680) 7 years ago
monitoring Unit tests: share common code (#31456) 7 years ago
net_tools nmcli: Add missing 'primary' option (#34252) 7 years ago
network Various F5 related fixes for traceback raising (#34820) 7 years ago
packaging rhn_channel/register: Porting tests to pytest (#33719) 7 years ago
remote_management Python 2.6 `str.format()` compatibility fixes. 7 years ago
system Fix pamd error when inserting a new rule at the end. Fixes #28487 (#28488) 7 years ago
web_infrastructure Fix jenkins_plugin test for no net situations (#30568) 7 years ago
__init__.py Some algorithmic unittests for the apt and docker modules 9 years ago
conftest.py Porting tests to pytest (#33387) 7 years ago
utils.py Unit tests: share common code (#31456) 7 years ago