packstack/tests/installer
yatinkarel 44df9d617e Add support for EL9 and python3.9
Following is done:-
- Using distro module to get distribution as platform
  module no longer provide that with python3.8+[1].
- Use mariadb-server-galera as mariadb don't provide
  mariadb-galera-server in EL9[2].
- Ensure 'cronie' package is installed before attempting
  start of crond service.

[1] https://bugs.python.org/issue28167
[2] https://src.fedoraproject.org/rpms/mariadb/c/b1bc71c1a

Change-Id: I744de28a25739c00f585b7d9c12627ce0ed902f2
(cherry picked from commit e11f86aeca)
2022-01-04 12:20:13 +01:00
..
__init__.py Added missing validator test renamed validators module to be pep8 compliant 2013-03-13 14:12:34 +01:00
test_arch.py Introduce mappings between CPUs and target names 2017-08-04 10:02:22 +10:00
test_drones.py Enable PEP8 checks H102, H232, H233, H301, H904 2015-02-02 10:45:44 +01:00
test_processors.py Use assertTrue/False instead of assertEqual(T/F) 2016-01-07 12:29:56 +05:30
test_run_setup.py Add support for EL9 and python3.9 2022-01-04 12:20:13 +01:00
test_sequences.py Initial Python 3 support 2018-09-27 09:13:06 +00:00
test_setup_params.py Initial Python 3 support 2018-09-27 09:13:06 +00:00
test_utils.py Enable PEP8 checks H102, H232, H233, H301, H904 2015-02-02 10:45:44 +01:00
test_validators.py Update to a newer hacking version, fix pep8 errors 2020-09-24 15:35:58 +02:00