summaryrefslogtreecommitdiff
path: root/test/units/module_utils
Commit message (Expand)AuthorAgeFilesLines
* Use target of /usr/bin/dnf for dnf version detection (#80550) (#80593)Martin Krizek2023-04-241-0/+63
* [stable-2.15] Only use the selectors code path when we are prompt matching (#...Matt Martz2023-04-051-9/+9
* Define all processor facts on s390x (#19755) (#79806)Yaakov Selkowitz2023-02-234-2/+1087
* Fix detection of available hashlib algorithms (#79946)Matt Clay2023-02-081-0/+60
* Fix pointless statements in unit tests (#79940)Matt Clay2023-02-071-1/+1
* Update collections.abc imports (#79911)Matt Clay2023-02-032-2/+2
* Clean up unused imports in unit tests (#79893)Matt Clay2023-02-028-18/+2
* Argument spec alias handling: actually report deprecated aliases in suboption...Felix Fontein2023-01-192-2/+7
* Allow test to run on system with selinux enabled. Fixes #77564 (#79510)Matt Martz2022-12-011-0/+2
* Don't assume column index for netmask and broadcast (#79121)Matt Martz2022-10-131-0/+42
* facts: List all local (scope host) IP address ranges (#79018)Donatas Abraitis2022-10-061-0/+93
* Add OSMC to Debian OS_FAMILY_MAP (#78778)Markus Opolka2022-09-161-0/+23
* uri: added use_netrc argument to allow ignoring netrc (#74397) (#78569)Artur2022-09-122-4/+6
* Allow selection of TLS/SSL ciphers (#78650)Matt Martz2022-09-082-7/+14
* Fix distro fact handling for Flatcar (#77635)Johanan Liebermann2022-09-072-24/+43
* fetch_file - properly split files with multi-part file extensions (#75257)Sam Doran2022-09-062-9/+107
* Correctly get the filename from a url in fetch_file. Fixes #29680 (#78383)Matt Martz2022-08-021-0/+24
* Remove unit test pytz requirement. (#78368)Matt Clay2022-07-271-5/+18
* Make distro.id() report newer versions of OpenSuSE (at least >=15) also repor...Ruediger Pluem2022-07-281-0/+6
* Add support for gzip decoding responses (#41925)Matt Martz2022-07-133-4/+160
* Fix AIX processor facts and add unit test (#78223)zorun2022-07-132-0/+99
* Added Kylin Linux Advanced Server Support (#78232)Kay Yan2022-07-121-0/+38
* Prefer unittest.mock over mock. (#77886)Matt Clay2022-05-2326-26/+26
* Fix unit tests for Python 3.11.Matt Clay2022-05-171-3/+11
* distribution: add distribution_minor_version for Debian Distro (#74721)Abhijeet Kasurde2022-05-112-2/+12
* arg_spec - Return aliases in validation result and update aliases (#77576)Sam Doran2022-04-212-0/+18
* ansible_distribution: Add support for Uos/Deepin (#77275)ChanthMiao2022-03-182-0/+58
* parameters: handle blank values when argument is a list (#77119)Abhijeet Kasurde2022-02-251-0/+8
* Remove obsolete units.compat.mock compat layer. (#77118)Matt Clay2022-02-2224-24/+25
* Fix duplicate unit test function names. (#77115)Matt Clay2022-02-223-4/+8
* Don't assert stdlib behavior, just assert that urllib was calledMatt Martz2022-01-101-3/+5
* Avoid deprecated TestCase functions in unit tests. (#76678)Matt Clay2022-01-071-15/+15
* facts - Set correct OS family for EuroLinux (#76624)Jaromaz2022-01-051-0/+46
* add tencentos fact distro (#76459)James Livulpi2021-12-071-0/+50
* check /.dockerenv and /.dockerinit to guess a dockercontainer (#74349)Jan Fader2021-11-031-0/+24
* Intentional tests (#76051)Martin Krizek2021-10-181-0/+24
* Fix parsing of device serial number for RHEL8 (#75876)Miroslav Brabenec2021-10-062-1/+72
* Don't show params when there is an issue with `set_option(s)` (#75805)Matt Martz2021-09-281-0/+22
* Update vendored copy of distro to 1.6.0 (#75732)Matt Martz2021-09-221-5/+0
* Ensure `heuristic_log_sanitize` returns correct data if no password found (#7...Matt Martz2021-08-261-0/+3
* Clarify get_bin_path error message (#75544)Brian Coca2021-08-241-1/+1
* Code cleanup to prepare for pylint update. (#75475)Matt Clay2021-08-111-3/+3
* Clean up unit tests to prepare for pylint update. (#75473)Matt Clay2021-08-115-6/+4
* Expose `unredirected_headers` to `uri` and `get_url` modules (#75308)Matt Martz2021-07-281-2/+2
* recursive_diff: handle error when parameters are not dict (#74801)Abhijeet Kasurde2021-07-091-50/+68
* Try to get best usable locale (#75033)Brian Coca2021-06-231-0/+42
* test: Unit tests for validation methods (#75061)Abhijeet Kasurde2021-06-224-0/+259
* get_distribution - Return distribution for all platforms (#71641)Sam Doran2021-06-112-18/+25
* minor service_mgr facts fixes (#74894)Brian Coca2021-06-041-2/+8
* service_mgr: Detect using symlink if proc/1 and ps failJohannes Heimansberg2021-06-031-0/+30