mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-28 09:06:44 -06:00
35a4642ad0
Tests for AD trust can use three types (roles) of AD machines: forest root, subdomain and tree domain. All those machines were placed in one domain object of multihost configuration, though they all have different domain names. This is bad as we can not use domain attributes provided by multihost plugin like host.domain.name and host.domain.basedn and others and need to reimplement them, evaluating domain name from host.hostname. And if we accidently used those properties it would lead to difficult to locate errors (we would use same domain name for all AD hosts). I modified multihost fixture function mh() to allow creating several AD domains. As multihost plugin does not support requesting multiple domains with the same type, I had to introduce new domain types: AD_SUBDOMAIN and AD_TREEDOMAIN. Also there was a error in mh() which forced user to provide all three AD machines when only one was needed (value from test class property num_ad_domains was applied to subdomains and treedomains requirement). I changed this behavior and now additional AD machines are specified with properties num_ad_subdomains and num_ad_treedomains. Related to https://pagure.io/freeipa/issue/7889 Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com> |
||
---|---|---|
.. | ||
__init__.py | ||
base.py | ||
test_advise.py | ||
test_authselect.py | ||
test_automount_locations.py | ||
test_backup_and_restore.py | ||
test_caless.py | ||
test_commands.py | ||
test_crlgen_manage.py | ||
test_customized_ds_config_install.py | ||
test_dns_locations.py | ||
test_dnssec.py | ||
test_external_ca.py | ||
test_forced_client_reenrollment.py | ||
test_http_kdc_proxy.py | ||
test_idviews.py | ||
test_installation.py | ||
test_kerberos_flags.py | ||
test_legacy_clients.py | ||
test_netgroup.py | ||
test_ntp_options.py | ||
test_ordering.py | ||
test_pkinit_manage.py | ||
test_replica_promotion.py | ||
test_replication_layouts.py | ||
test_server_del.py | ||
test_service_permissions.py | ||
test_simple_replication.py | ||
test_sudo.py | ||
test_testconfig.py | ||
test_topologies.py | ||
test_topology.py | ||
test_trust.py | ||
test_uninstallation.py | ||
test_upgrade.py | ||
test_user_permissions.py | ||
test_vault.py |