Imported Upstream version 4.6.2
This commit is contained in:
20
ipatests/test_webui/data_idviews.py
Normal file
20
ipatests/test_webui/data_idviews.py
Normal file
@@ -0,0 +1,20 @@
|
||||
#
|
||||
# Copyright (C) 2015 FreeIPA Contributors see COPYING for license
|
||||
#
|
||||
|
||||
ENTITY = 'idview'
|
||||
USER_FACET = 'idoverrideuser'
|
||||
GROUP_FACET = 'idoverridegroup'
|
||||
HOST_FACET = 'appliedtohosts'
|
||||
|
||||
PKEY = 'itest-view'
|
||||
DATA = {
|
||||
'pkey': PKEY,
|
||||
'add': [
|
||||
('textbox', 'cn', PKEY),
|
||||
('textarea', 'description', 'Description of ID view'),
|
||||
],
|
||||
'mod': [
|
||||
('textarea', 'description', 'Different description'),
|
||||
],
|
||||
}
|
||||
Reference in New Issue
Block a user