Imported Debian patch 4.0.5-6~numeezy
This commit is contained in:
committed by
Mario Fetka
parent
c44de33144
commit
10dfc9587b
@@ -27,7 +27,6 @@ import ipatests.test_webui.data_user as user
|
||||
import ipatests.test_webui.data_group as group
|
||||
import ipatests.test_webui.data_hostgroup as hostgroup
|
||||
from ipatests.test_webui.test_host import host_tasks, ENTITY as HOST_ENTITY
|
||||
import pytest
|
||||
|
||||
ENTITY = 'selinuxusermap'
|
||||
PKEY = 'itest-selinuxusermap'
|
||||
@@ -43,7 +42,6 @@ DATA = {
|
||||
}
|
||||
|
||||
|
||||
@pytest.mark.tier1
|
||||
class test_selinuxusermap(UI_driver):
|
||||
|
||||
@screenshot
|
||||
@@ -60,8 +58,7 @@ class test_selinuxusermap(UI_driver):
|
||||
Mod: selinuxusermap
|
||||
"""
|
||||
self.init_app()
|
||||
host = host_tasks()
|
||||
host.setup(self.driver, self.config)
|
||||
host = host_tasks(self.driver, self.config)
|
||||
|
||||
self.add_record(user.ENTITY, user.DATA)
|
||||
self.add_record(user.ENTITY, user.DATA2, navigate=False)
|
||||
|
||||
Reference in New Issue
Block a user