summaryrefslogtreecommitdiffstats
path: root/ipatests/test_integration/test_forced_client_reenrollment.py
diff options
context:
space:
mode:
authorTomas Babej <tbabej@redhat.com>2014-12-15 11:29:05 +0100
committerPetr Viktorin <pviktori@redhat.com>2014-12-16 12:20:44 +0100
commit3507bcd3dfe2b0f1e7fae6f219a925ec6904ab47 (patch)
treedb4c9ee52787d26087ea6a16cb8d82b45f2c5c22 /ipatests/test_integration/test_forced_client_reenrollment.py
parentc5c9d49706d27455c7f7bdb811108d45deb82bf4 (diff)
downloadfreeipa-3507bcd3dfe2b0f1e7fae6f219a925ec6904ab47.tar.gz
freeipa-3507bcd3dfe2b0f1e7fae6f219a925ec6904ab47.tar.xz
freeipa-3507bcd3dfe2b0f1e7fae6f219a925ec6904ab47.zip
ipatests: Invoke class install methods properly with respect to pytest-multihost
Multihost object was is not passed to the install method in the super construction. This fixes setup errors in AD Trust, Forced client reenrollment, CALess and Sudo tests. https://fedorahosted.org/freeipa/ticket/4809 Reviewed-By: Petr Viktorin <pviktori@redhat.com>
Diffstat (limited to 'ipatests/test_integration/test_forced_client_reenrollment.py')
-rw-r--r--ipatests/test_integration/test_forced_client_reenrollment.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipatests/test_integration/test_forced_client_reenrollment.py b/ipatests/test_integration/test_forced_client_reenrollment.py
index 709bc72c9..ed9800d49 100644
--- a/ipatests/test_integration/test_forced_client_reenrollment.py
+++ b/ipatests/test_integration/test_forced_client_reenrollment.py
@@ -36,7 +36,7 @@ class TestForcedClientReenrollment(IntegrationTest):
@classmethod
def install(cls, mh):
- super(TestForcedClientReenrollment, cls).install()
+ super(TestForcedClientReenrollment, cls).install(mh)
tasks.install_master(cls.master)
tasks.install_replica(cls.master, cls.replicas[0], setup_ca=False)
cls.BACKUP_KEYTAB = os.path.join(