ansible/test/units/module_utils/facts/system/distribution
Rick Elrod 7f0eb7ad79
[facts] Differentiate CentOS vs CentOS Stream (#73034)
Change:
- On CentOS Stream, make distribution_release be "Stream"
- On CentOS Core, it continues to be "Core"
- Implement custom distribution file parser for CentOS, so we can look
  for "CentOS Linux" and "CentOS Stream"
- Two new fixtures introduced (CentOS Linux 8.1 and CentOS Stream 8)
- Removed two dicts from `Distribution` class that were seemingly not
  used anywhere.

Test Plan:
- ci_complete
- New test fixtures

Tickets:
- Fixes #73027

Signed-off-by: Rick Elrod <rick@elrod.me>
2021-01-13 17:54:04 -05:00
..
fixtures [facts] Differentiate CentOS vs CentOS Stream (#73034) 2021-01-13 17:54:04 -05:00
__init__.py
conftest.py Handle Slackware OS version strings containing a plus (“+”) (#68142) 2020-07-17 16:39:26 -04:00
test_distribution_sles4sap.py fix distribution fact for SLES4SAP (#71559) 2020-09-30 10:52:41 -04:00
test_distribution_version.py distribution: Add support for DragonFly (#70748) 2020-07-21 13:47:11 -04:00
test_parse_distribution_file_ClearLinux.py Handle Slackware OS version strings containing a plus (“+”) (#68142) 2020-07-17 16:39:26 -04:00
test_parse_distribution_file_Slackware.py Handle Slackware OS version strings containing a plus (“+”) (#68142) 2020-07-17 16:39:26 -04:00