summaryrefslogtreecommitdiffstats
path: root/ipatests/test_xmlrpc/tracker/sudocmdgroup_plugin.py
Commit message (Collapse)AuthorAgeFilesLines
* Performance: Find commands: do not process members by defaultMartin Basti2016-05-311-2/+7
| | | | | | | | | | | | | | | | In all *-find commands, member attributes shouldn't be processed due high amount fo ldpaserches cause serious performance issues. For this reason --no-members option is set by default in CLI and API. To get members in *-find command option --all in CLI is rquired or 'no_members=False' or 'all=True' must be set in API call. For other commands processing of members stays unchanged. WebUI is not affected by this change. https://fedorahosted.org/freeipa/ticket/4995 Reviewed-By: Martin Babinsky <mbabinsk@redhat.com>
* Refactor test_sudocmdgroup_pluginFilip Skola2016-03-011-0/+226
Reviewed-By: Ales 'alich' Marecek <amarecek@redhat.com>