summaryrefslogtreecommitdiffstats
path: root/ipatests/test_xmlrpc/objectclasses.py
Commit message (Collapse)AuthorAgeFilesLines
* Tests DNS: forward zonesMartin Basti2014-06-201-0/+5
| | | | | | | design: http://www.freeipa.org/page/V4/Forward_zones Ticket: https://fedorahosted.org/freeipa/ticket/3210 Reviewed-By: Petr Vobornik <pvoborni@redhat.com>
* pwpolicy-mod: Fix crash when priority is changedPetr Viktorin2014-05-281-0/+6
| | | | | | | | | | | | | The exc_callback was expecting the old update_entry signature, (dn, attrs). This was changed to just (entry) for ticket #2660, see http://www.freeipa.org/page/HowTo/Migrate_your_code_to_the_new_LDAP_API. Update the exc_callback to expect the entry as first argument, and add some tests. https://fedorahosted.org/freeipa/ticket/4309 Reviewed-By: Martin Kosek <mkosek@redhat.com>
* Rewrite the Permission pluginPetr Viktorin2013-12-131-1/+5
| | | | | Ticket: https://fedorahosted.org/freeipa/ticket/3566 Design: http://www.freeipa.org/page/V3/Permissions_V2
* Add tests for the radiusproxy pluginPetr Viktorin2013-12-031-0/+5
|
* Make an ipa-tests packagePetr Viktorin2013-06-171-0/+163
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