mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
ipatests: Set the correct number of required clients for IntegrationTest
Remove the copy-pate error that used number of required replicas instead. https://fedorahosted.org/freeipa/ticket/4809 Reviewed-By: Petr Viktorin <pviktori@redhat.com>
This commit is contained in:
parent
3507bcd3df
commit
ad01a6b5c5
@ -160,7 +160,7 @@ def mh(request, class_integration_logs):
|
|||||||
'hosts': {
|
'hosts': {
|
||||||
'master': 1,
|
'master': 1,
|
||||||
'replica': cls.num_replicas,
|
'replica': cls.num_replicas,
|
||||||
'client': cls.num_replicas,
|
'client': cls.num_clients,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
domain_description['hosts'].update(
|
domain_description['hosts'].update(
|
||||||
|
Loading…
Reference in New Issue
Block a user