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