mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Fix in IPA's multihost fixture
AD related tests, which aren't require all set of AD machines were skipped with error msg: Not enough resources configured. Changed hard coded number of AD machines to use. Reviewed-By: Aleksei Slaikovskii <aslaikov@redhat.com>
This commit is contained in:
parent
888d9861f8
commit
28acbc6c11
@ -218,7 +218,11 @@ def mh(request, class_integration_logs):
|
||||
for _i in range(cls.num_ad_domains):
|
||||
domain_descriptions.append({
|
||||
'type': 'AD',
|
||||
'hosts': {'ad': 1, 'ad_subdomain': 1, 'ad_treedomain': 1},
|
||||
'hosts': {
|
||||
'ad': 1,
|
||||
'ad_subdomain': cls.num_ad_domains,
|
||||
'ad_treedomain': cls.num_ad_domains,
|
||||
}
|
||||
})
|
||||
|
||||
mh = make_multihost_fixture(
|
||||
|
Loading…
Reference in New Issue
Block a user