Univention Bugzilla – Attachment 8343 Details for
Bug 43094
UCR overwritten syntax classes cannot have choices
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Script to prove that the changes doesn't introduce any regression
bug_43094_proove_no_regressions.py (text/x-python), 399 bytes, created by
Florian Best
on 2017-01-09 18:00:38 CET
(
hide
)
Description:
Script to prove that the changes doesn't introduce any regression
Filename:
MIME Type:
Creator:
Florian Best
Created:
2017-01-09 18:00:38 CET
Size:
399 bytes
patch
obsolete
>#!/usr/bin/python2.7 > >import json >from univention.management.console.modules.udm import set_bind_function, UDM_Module >import univention.admin.modules >set_bind_function(lambda lo: lo.bind('uid=Administrator,cn=users,dc=school,dc=local', 'univention')) > >props = sorted([sorted(UDM_Module(module).properties) for module in univention.admin.modules.modules.keys()]) >assert props >print json.dumps(props)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 43094
:
8342
| 8343