mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-13 05:02:17 +00:00
* remove external grep call and parse with python * use function for repeated code * use module.get_bin_path() for iscsiutil on HPUX * some code opt for HPUX * clean up non-module code, module being defined is a requirement for this code * import get_bin_path() directly and use without module prefix * Add integration tests for AIX and HP-UX * add changelog fragment * Apply suggestions from code review Co-Authored-By: mator <matorola@gmail.com> * Apply suggestions from code review #2 Co-Authored-By: Sam Doran <sdoran@redhat.com> * Remove strict requirement on executable to exist for get_bin_path() as it will allow facts gathering to continue without an error. Almost all other files under facts do not have "required=True" (except 2 files, which should be probably fixed). And check return value for get_bin_path() , before run attempt. * add check for AIX lsattr run_command return code |
||
|---|---|---|
| .. | ||
| acme | ||
| aws | ||
| basic | ||
| cloud | ||
| common | ||
| docker | ||
| ec2 | ||
| facts | ||
| gcp | ||
| hwc | ||
| json_utils | ||
| net_tools | ||
| network | ||
| parsing | ||
| urls | ||
| xenserver | ||
| __init__.py | ||
| conftest.py | ||
| test_database.py | ||
| test_distribution_version.py | ||
| test_distro.py | ||
| test_known_hosts.py | ||
| test_netapp.py | ||
| test_postgresql.py | ||
| test_text.py | ||
| test_utm_utils.py | ||
| test_vmware.py | ||