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
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
..
cache Update ansible-test sanity command. (#31958) 7 years ago
compile Fix Python 3.7 syntax error in yum_repository. 7 years ago
integration vultr: new module vr_startup_script (#34374) 7 years ago
legacy Fix tests as filters #4 (#33930) 7 years ago
results Collect data from integration test runs. (#28650) 7 years ago
runner Validate modules arg spec fixes (#34477) 7 years ago
sanity Various F5 related fixes for traceback raising (#34820) 7 years ago
units Various F5 related fixes for traceback raising (#34820) 7 years ago
utils Preserve `test/results/data/` in Shippable jobs. 7 years ago