summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ipatests/test_webui/test_selinuxusermap.py3
-rw-r--r--ipatests/test_webui/test_sudo.py3
2 files changed, 4 insertions, 2 deletions
diff --git a/ipatests/test_webui/test_selinuxusermap.py b/ipatests/test_webui/test_selinuxusermap.py
index 385b8dd06..65f7f33dd 100644
--- a/ipatests/test_webui/test_selinuxusermap.py
+++ b/ipatests/test_webui/test_selinuxusermap.py
@@ -58,7 +58,8 @@ class test_selinuxusermap(UI_driver):
Mod: selinuxusermap
"""
self.init_app()
- host = host_tasks(self.driver, self.config)
+ host = host_tasks()
+ host.setup(self.driver, self.config)
self.add_record(user.ENTITY, user.DATA)
self.add_record(user.ENTITY, user.DATA2, navigate=False)
diff --git a/ipatests/test_webui/test_sudo.py b/ipatests/test_webui/test_sudo.py
index 94e0892b0..ab484a09e 100644
--- a/ipatests/test_webui/test_sudo.py
+++ b/ipatests/test_webui/test_sudo.py
@@ -50,7 +50,8 @@ class test_sudo(UI_driver):
Mod: sudo
"""
self.init_app()
- host = host_tasks(self.driver, self.config)
+ host = host_tasks()
+ host.setup(self.driver, self.config)
self.add_record(netgroup.ENTITY, netgroup.DATA2)