summaryrefslogtreecommitdiffstats
path: root/ipatests/test_xmlrpc/test_sudocmdgroup_plugin.py
Commit message (Collapse)AuthorAgeFilesLines
* Allow primary keys to use different type than unicode.Jan Cholasta2014-04-181-6/+6
| | | | | | | | | | Also return list of primary keys instead of a single unicode CSV value from LDAPDelete-based commands. This introduces a new capability 'primary_key_types' for backward compatibility with old clients. Reviewed-By: Tomas Babej <tbabej@redhat.com>
* Make an ipa-tests packagePetr Viktorin2013-06-171-0/+693
Rename the 'tests' directory to 'ipa-tests', and create an ipa-tests RPM containing the test suite Part of the work for: https://fedorahosted.org/freeipa/ticket/3654