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/units/module_utils/facts
Adrian Likins f4128746d3 Cmdline fact uefi 23647 (#25446)
* Fix ansible_cmdline initrd fact for UEFI

UEFI cmdline paths use \ path sep which would
get munged by cmdline fact collection.

* Make CmdLineFactCollector easier to test

extract the parsing of the /proc/cmdline content to
_parse_proc_cmdline()

add a wrapper method for get_file_content _get_proc_cmdline()

Add unit tests of _parse_proc_cmdline based on examples
from issue #23647

Fixes #23647
9 years ago
..
fixtures Facts Refresh (2.4 roadmap) (#23012) 9 years ago
other Facts Refresh (2.4 roadmap) (#23012) 9 years ago
system Facts Refresh (2.4 roadmap) (#23012) 9 years ago
__init__.py Facts Timeout was not settable via ansible.cfg 9 years ago
base.py Facts Refresh (2.4 roadmap) (#23012) 9 years ago
test_collector.py Facts Refresh (2.4 roadmap) (#23012) 9 years ago
test_collectors.py Cmdline fact uefi 23647 (#25446) 9 years ago
test_facts.py Facts Refresh (2.4 roadmap) (#23012) 9 years ago
test_timeout.py Facts Refresh (2.4 roadmap) (#23012) 9 years ago