ansible/test/units/module_utils/facts
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 Handle Slackware OS version strings containing a plus (“+”) (#68142) 2020-07-17 16:39:26 -04:00
hardware Clean up unit test boilerplate. 2020-06-22 14:20:33 -07:00
network Clean up unit test boilerplate. 2020-06-22 14:20:33 -07:00
other Clean up unit test boilerplate. 2020-06-22 14:20:33 -07:00
system [facts] Differentiate CentOS vs CentOS Stream (#73034) 2021-01-13 17:54:04 -05:00
__init__.py
base.py Clean up unit test boilerplate. 2020-06-22 14:20:33 -07:00
test_ansible_collector.py Clean up unit test boilerplate. 2020-06-22 14:20:33 -07:00
test_collector.py Clean up unit test boilerplate. 2020-06-22 14:20:33 -07:00
test_collectors.py Clean up unit test boilerplate. 2020-06-22 14:20:33 -07:00
test_date_time.py Fix typos (#71970) 2020-09-28 14:33:24 -04:00
test_facts.py setup: Handle CIFS share with backward slash (#70006) 2020-06-30 16:09:35 -04:00
test_sysctl.py sysctl/openbsd fact fixes (#72070) 2020-10-02 18:36:31 -05:00
test_timeout.py Clean up unit test boilerplate. 2020-06-22 14:20:33 -07:00
test_utils.py Clean up unit test boilerplate. 2020-06-22 14:20:33 -07:00