mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-03-26 21:33:05 +00:00
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.
20 lines
384 B
YAML
20 lines
384 B
YAML
#
|
|
# Variables must be defined as comma separated lists.
|
|
# For easier management of items to enable/disable,
|
|
# use one test/module on each line, followed by a comma.
|
|
#
|
|
# Example:
|
|
#
|
|
# disabled_modules: >-
|
|
# dnsconfig,
|
|
# group,
|
|
# hostgroup
|
|
#
|
|
---
|
|
variables:
|
|
empty: true
|
|
# ipa_enabled_modules: >-
|
|
# ipa_enabled_tests: >-
|
|
# ipa_disabled_modules: >-
|
|
# ipa_disabled_tests: >-
|