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/sanity/validate-modules
Michael Price ad91793428 Resolve issues in NetApp E-Series Host module (#39748)
* Resolve issues in NetApp E-Series Host module

The E-Series host module had some bugs relating to the update/creation
of host definitions when iSCSI initiators when included in the
configuration. This patch resolves this and other minor issues with
correctly detecting updates.

There were also several minor issues found that were causing issues with
truly idepotent updates/changes to the host definition.

This patch also provides some unit tests and integration tests to help
catch future issues in these areas.

fixes #28272

* Improve NetApp E-Series Host module testing

The NetApp E-Series Host module integration test lacked feature test
verification to verify the changes made to the storage array.

The NetApp E-Series rest api was used to verify host create, update, and
remove changes made to the NetApp E-Series storage arrays.
6 years ago
..
__init__.py Port sivel/ansible-validate-modules into Ansible 8 years ago
ignore.txt Resolve issues in NetApp E-Series Host module (#39748) 6 years ago
main.py Ensure removed_in is StrictVersion before comparing (#43835) 6 years ago
module_args.py Use arg_spec type for comparisons on default and choices (#37741) 7 years ago
schema.py Add AnsibleModule signature schema, and fix associated issues (#43512) 6 years ago
skip.txt Module deprecation: docs, scheme and tests (#34100) 7 years ago
test_validate_modules_regex.py Fix shebangs and file modes and update tests. (#40563) 7 years ago
utils.py AnsiballZ improvements 6 years ago
validate-modules Make validate-modules a .py file, and symlink back to validate-modules (#25227) 8 years ago