summaryrefslogtreecommitdiffstats
path: root/tests/test_xmlrpc
Commit message (Collapse)AuthorAgeFilesLines
* Add tests for posix groupsRob Crittenden2009-03-201-4/+62
|
* Modify the taskgroup plugin to use the new group baseclass and add testsRob Crittenden2009-03-201-0/+188
|
* New plugin to handle role groupsRob Crittenden2009-03-201-0/+143
| | | | | | Role groups will be part of the ACI system. It will let one create broad categories of permissions. Things like: helpdesk, user admin, group admin, whatever.
* Add tests for the application frontend pluginJakub Hrozek2009-02-101-0/+148
|
* Fix remaining issues with XML-RPC test casesRob Crittenden2009-02-047-23/+36
| | | | | | 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-036-52/+52
|
* Applied Rob's errors patchRob Crittenden2009-02-038-37/+64
|
* Mostly got the test_xmlrpc/ tests working againJason Gerard DeRose2009-02-038-41/+14
|
* Finished reworked cli.CLI class into cli.cli pluginJason Gerard DeRose2009-02-038-9/+0
|
* Command.takes_options and Command.takes_args class attributes can now also ↵Jason Gerard DeRose2009-02-031-0/+1
| | | | be a callable
* Initial implementation of netgroupsRob Crittenden2009-01-191-0/+320
|
* Add some negative testing to the user and group plugin testsRob Crittenden2009-01-192-0/+38
|
* Revert change that caused XML-RPC tests to be skippedRob Crittenden2009-01-191-1/+0
|
* Merge branch 'master' of ↵Jason Gerard DeRose2008-12-201-0/+59
|\ | | | | | | git://git.engineering.redhat.com/users/rcritten/freeipa2
| * Add helper for adding Indirect maps.Rob Crittenden2008-12-101-0/+59
| | | | | | | | | | This creates the map and the key pointing to the map. By default the key is associated with the auto.master map but it can be overriden.
* | Removed Plugin.name property and replaced with instance attribute created in ↵Jason Gerard DeRose2008-12-171-0/+3
|/ | | | Plugin.__init__()
* Tests for the automount pluginRob Crittenden2008-11-041-0/+184
|
* Add new tests for hosts and groups of hostsRob Crittenden2008-11-042-0/+277
|
* Skip tests if the remote XML-RPC server is not responding.Rob Crittenden2008-11-034-3/+53
|
* Initial tests for user, group and service plugin APIRob Crittenden2008-11-034-0/+403