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/system
Sam Doran 1d91e03119
Ensure Clear Linux parsing is actually parsing a Clear Linux host and all others fall back to NA (#53298)
Fixes a bug where parse_distribution_file_ClearLinux() was called on CoreOS (and probably many other distros) and it returned True since it successfully parses the distribution file. Since this file exists on many Linux distributions and they are a very similar format, add an additional check to make sure it is Clear Linux.

Change the order in which distribution files are processed so NA is last. This prevents a match on CoreOS hosts since they also have /etc/os-release and the called matching function for NA is very general and will match CoreOS.

* Add changelog

* Add unit tests

Only add tests for Clear Linux parsing since that was the cause of this issue.
5 years ago
..
distribution Ensure Clear Linux parsing is actually parsing a Clear Linux host and all others fall back to NA (#53298) 5 years ago
__init__.py Facts Refresh (2.4 roadmap) (#23012) 7 years ago
test_cmdline.py Parse multiple values for single key in cmdline facts (#49591) 5 years ago
test_lsb.py Fixes #25725: strip quotes from lsb_release and distribution description. (#31143) 6 years ago