summaryrefslogtreecommitdiffstats
path: root/ipatests/pytest_plugins/integration.py
diff options
context:
space:
mode:
authorTomas Babej <tbabej@redhat.com>2014-12-15 17:11:40 +0100
committerPetr Viktorin <pviktori@redhat.com>2014-12-16 12:20:44 +0100
commitad01a6b5c5591b03f8cf247343e6783b9b99903e (patch)
tree9e67f02176f390c43298e7a8ea80bcebb1b80a77 /ipatests/pytest_plugins/integration.py
parent3507bcd3dfe2b0f1e7fae6f219a925ec6904ab47 (diff)
downloadfreeipa-ad01a6b5c5591b03f8cf247343e6783b9b99903e.tar.gz
freeipa-ad01a6b5c5591b03f8cf247343e6783b9b99903e.tar.xz
freeipa-ad01a6b5c5591b03f8cf247343e6783b9b99903e.zip
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>
Diffstat (limited to 'ipatests/pytest_plugins/integration.py')
-rw-r--r--ipatests/pytest_plugins/integration.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipatests/pytest_plugins/integration.py b/ipatests/pytest_plugins/integration.py
index a6c09518f..3bd9d6e05 100644
--- a/ipatests/pytest_plugins/integration.py
+++ b/ipatests/pytest_plugins/integration.py
@@ -160,7 +160,7 @@ def mh(request, class_integration_logs):
'hosts': {
'master': 1,
'replica': cls.num_replicas,
- 'client': cls.num_replicas,
+ 'client': cls.num_clients,
},
}
domain_description['hosts'].update(