summaryrefslogtreecommitdiffstats
path: root/tests/test_xmlrpc/test_netgroup_plugin.py
Commit message (Collapse)AuthorAgeFilesLines
* Take 2: Extensible return values and validation; steps toward a single ↵Jason Gerard DeRose2009-12-101-95/+84
| | | | output_for_cli(); enable more webUI stuff
* Fix unit tests for plugins using baseldap classes.Pavel Zuna2009-10-051-52/+69
|
* Add a new objectclass, ipaObject, that will add a UUID to many IPA objectsRob Crittenden2009-08-101-13/+14
| | | | | | | | | ipaObject is defined as an auxiliary objectclass so it is up to the plugin author to ensure that the objectclass is included an a UUID generated. ipaUniqueId is a MUST attribute so if you include the objectclass you must ensure that the uuid is generated. This also fixes up some unrelated unit test failures.
* Fix unit tests to handle new group-{add, del}-member semantics.Pavel Zuna2009-07-021-17/+25
|
* Add unit tests for new plugins.Pavel Zuna2009-07-021-0/+312
|
* Remove unit tests for old plugins.Pavel Zuna2009-07-021-317/+0
|
* Schema change so the nisnetgroup triples work properly.Rob Crittenden2009-05-191-12/+12
| | | | | | If we use cn for hostname there is no easy way to distinguish between a host and a hostgroup. So adding a fqdn attribute to be used to store the hostname instead.
* Add missing attribute to fix netgroups testRob Crittenden2009-05-071-1/+1
|
* Rename errors2.py to errors.py. Modify all affected files.Pavel Zuna2009-04-231-6/+6
|
* Fix remaining issues with XML-RPC test casesRob Crittenden2009-02-041-1/+1
| | | | | | Tied the make-test script into the test target of the top-level Makefile Added code to xmlrpc_test.py so that it configures the API if it isn't already done which enables individual tests to be executed.
* Fixed some of the test_xmlrpc unit testsJason Gerard DeRose2009-02-031-19/+19
|
* Applied Rob's errors patchRob Crittenden2009-02-031-14/+16
|
* Mostly got the test_xmlrpc/ tests working againJason Gerard DeRose2009-02-031-4/+0
|
* Finished reworked cli.CLI class into cli.cli pluginJason Gerard DeRose2009-02-031-1/+0
|
* Initial implementation of netgroupsRob Crittenden2009-01-191-0/+320