summaryrefslogtreecommitdiffstats
path: root/ipatests/test_webui
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2014-03-14 13:50:00 +0100
committerPetr Vobornik <pvoborni@redhat.com>2014-03-20 10:02:31 +0100
commit5efcb240ce4b304ecc9f90a9bb70e1f85436d5c0 (patch)
tree14514198bafa36ce6c0f109803d54f8e5d2ad492 /ipatests/test_webui
parent4de360fd2c9ec2c67737821ddeb1c5a0b34737b1 (diff)
downloadfreeipa-5efcb240ce4b304ecc9f90a9bb70e1f85436d5c0.tar.gz
freeipa-5efcb240ce4b304ecc9f90a9bb70e1f85436d5c0.tar.xz
freeipa-5efcb240ce4b304ecc9f90a9bb70e1f85436d5c0.zip
webui: change permissions UI to v2
reflect ipalib permission changes in Web UI. - http://www.freeipa.org/page/V4/Permissions_V2 - http://www.freeipa.org/page/V4/Anonymous_and_All_permissions - http://www.freeipa.org/page/V4/Managed_Read_permissions - http://www.freeipa.org/page/V4/Multivalued_target_filters_in_permissions https://fedorahosted.org/freeipa/ticket/4079 Reviewed-By: Adam Misnyovszki <amisnyov@redhat.com> Reviewed-By: Petr Viktorin <pviktori@redhat.com>
Diffstat (limited to 'ipatests/test_webui')
-rw-r--r--ipatests/test_webui/test_rbac.py9
1 files changed, 6 insertions, 3 deletions
diff --git a/ipatests/test_webui/test_rbac.py b/ipatests/test_webui/test_rbac.py
index e05453f83..e785131f5 100644
--- a/ipatests/test_webui/test_rbac.py
+++ b/ipatests/test_webui/test_rbac.py
@@ -57,11 +57,14 @@ PERMISSION_DATA = {
'pkey': PERMISSION_PKEY,
'add': [
('textbox', 'cn', PERMISSION_PKEY),
- ('checkbox', 'permissions', 'write'),
- ('textbox', 'filter', 'cn=user'),
+ ('checkbox', 'ipapermright', 'write'),
+ ('checkbox', 'ipapermright', 'read'),
+ ('selectbox', 'type', 'user'),
+ ('table', 'attrs', 'audio'),
+ ('table', 'attrs', 'cn'),
],
'mod': [
- ('textbox', 'filter', 'cn=user2'),
+ ('table', 'attrs', 'carlicense'),
],
}