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
Adrian Likins bca1818b1e Fix pkg_mgr fact on OpenBSD (#30725)
* Fix pkg_mgr fact on OpenBSD

Add a OpenBSDPkgMgrFactCollector that hardcodes pkg_mgr
to 'openbsd_pkg'. The ansible collector will choose the
OpenBSD collector if the system is OpenBSD and the 'Generic'
one otherwise.

This removes PkgMgrFactCollectors depenency on the
'system' fact being in collected_facts, which also
avoids ordering issues (if the pkg mgr fact is collected
before the system fact...)

Fixes #30623

(cherry picked from commit 12404f470a)
8 years ago
..
compile Docs how to test (2nd) (#24094) 9 years ago
integration win_domain_membership: added better error handling and basic tests (#30674) 8 years ago
results Collect data from integration test runs. (#28650) 8 years ago
runner Improve ansible-test HttpClient error handling. (#30301) 8 years ago
sanity [fix] no-unicode-literals sanity error on ansible.egg-info (#30446) 8 years ago
units Fix pkg_mgr fact on OpenBSD (#30725) 8 years ago
utils Divide Windows integration tests into 2 groups. (#29029) 8 years ago