-
- Downloads
upstream ci: Add support for distro specific test configuration.
Sometimes, mostly due do differences in package versions, there are some tests that fail on a single distribution which cannot be fixed by ansible-freeipa, requiring that the offending package is fixed. To keep tests running succesfully we have options to disable the failing tests, but this changes are globally applied, meaning that, by disabling a test, it is disable in all tested distributions. This patch allows tests to be enabled or disabled for a specific distribution, by setting the configuration on the 'variable' template for the specific testing scenario.
Showing
- tests/azure/templates/galaxy_script.yml 1 addition, 0 deletionstests/azure/templates/galaxy_script.yml
- tests/azure/templates/playbook_tests.yml 1 addition, 0 deletionstests/azure/templates/playbook_tests.yml
- tests/azure/templates/pytest_tests.yml 1 addition, 0 deletionstests/azure/templates/pytest_tests.yml
- tests/azure/templates/variables.yaml 6 additions, 4 deletionstests/azure/templates/variables.yaml
- tests/azure/templates/variables_c8s.yaml 19 additions, 0 deletionstests/azure/templates/variables_c8s.yaml
- tests/azure/templates/variables_c9s.yaml 19 additions, 0 deletionstests/azure/templates/variables_c9s.yaml
- tests/azure/templates/variables_centos-7.yaml 19 additions, 0 deletionstests/azure/templates/variables_centos-7.yaml
- tests/azure/templates/variables_fedora-latest.yaml 20 additions, 0 deletionstests/azure/templates/variables_fedora-latest.yaml
- tests/azure/templates/variables_fedora-rawhide.yaml 19 additions, 0 deletionstests/azure/templates/variables_fedora-rawhide.yaml
Loading
Please register or sign in to comment