mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-06-10 10:45:55 +00:00
This patch disables only the tests that are failing due to python-dns issue in FreeIPA, allowing other tests in the test suite to be executed.
21 lines
417 B
YAML
21 lines
417 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:
|
|
# ipa_enabled_modules: >-
|
|
# ipa_enabled_tests: >-
|
|
ipa_disabled_modules: >-
|
|
dnsconfig,
|
|
ipa_disabled_tests: >-
|
|
test_dnsconfig_forwarders_ports
|