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
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
..
cli test/: PEP8 compliancy (#24803) 9 years ago
contrib test/: PEP8 compliancy (#24803) 9 years ago
errors test/: PEP8 compliancy (#24803) 9 years ago
executor test/: PEP8 compliancy (#24803) 9 years ago
inventory test/: PEP8 compliancy (#24803) 9 years ago
inventory_test_data/group_vars Merge branch 'v2_final' into devel_switch_v2 11 years ago
mock test/: PEP8 compliancy (#24803) 9 years ago
module_utils Cmdline fact uefi 23647 (#25446) 9 years ago
modules New module: manage Citrix Netscaler service configuration (network/netscaler/netscaler_service) (#25129) 9 years ago
parsing test/: PEP8 compliancy (#24803) 9 years ago
playbook test/: PEP8 compliancy (#24803) 9 years ago
plugins Add support for cliconf and netconf plugin (#25093) 9 years ago
template test/: PEP8 compliancy (#24803) 9 years ago
utils test/: PEP8 compliancy (#24803) 9 years ago
vars test/: PEP8 compliancy (#24803) 9 years ago
__init__.py Add empty-init code-smell script. (#18406) 9 years ago
conftest.py Fix bugs in ansible-test units command. (#24044) 9 years ago
test_constants.py test/: PEP8 compliancy (#24803) 9 years ago