ansible/test/sanity/validate-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.
2018-01-12 14:43:35 -08:00
..
__init__.py
ignore.txt Various F5 related fixes for traceback raising (#34820) 2018-01-12 14:43:35 -08:00
main.py Validate modules arg spec fixes (#34477) 2018-01-11 15:41:53 -08:00
module_args.py Validate modules arg spec fixes (#34477) 2018-01-11 15:41:53 -08:00
schema.py metadata 1.1 2017-08-15 23:12:08 -07:00
skip.txt
test_validate_modules_regex.py Update validate-modules (#20932) 2017-02-02 11:45:22 -08:00
utils.py Make Reporter class hold all results, move line/col into results, and out of message (#24127) 2017-05-03 10:25:08 -05:00
validate-modules Make validate-modules a .py file, and symlink back to validate-modules (#25227) 2017-06-07 14:44:33 -05:00