summaryrefslogtreecommitdiffstats
path: root/tests/test_xmlrpc
Commit message (Expand)AuthorAgeFilesLines
* Deleting a non-fully-qualified hostname should still delete its servicesRob Crittenden2010-03-302-0/+76
* Ensure that the group policy priority is unique.Rob Crittenden2010-03-191-8/+35
* Fix unicode failures in Env tests and dn failures in XML-RPC testsRob Crittenden2010-02-266-25/+26
* Make the --all option work in Add/Remove Member commands.Pavel Zuna2010-02-244-6/+34
* Use the Output tuple to determine the order of outputRob Crittenden2010-02-1510-86/+112
* Fix the cert plugin testsRob Crittenden2010-02-091-8/+24
* Fixed xmlrpc_test.fuzzy_digits for Fedora12Jason Gerard DeRose2010-01-221-1/+1
* Remove hardcoded domain, example.comRob Crittenden2009-12-182-6/+6
* Add messages, declarative tests for rolegroup, taskgroup pluginsJason Gerard DeRose2009-12-183-266/+827
* Added Fuzzy docstrings; make-test now runs doctests in tests/*; fixed 'exista...Jason Gerard DeRose2009-12-182-13/+13
* Fuzzy feelingsJason Gerard DeRose2009-12-176-391/+504
* host and hostgroup summary messages, declarative tests; fix tests for 'dn'Jason Gerard DeRose2009-12-165-221/+488
* Add simple tests for the aci pluginRob Crittenden2009-12-141-0/+77
* Take 2: Extensible return values and validation; steps toward a single output...Jason Gerard DeRose2009-12-1014-722/+1227
* Add minimal test for the cert pluginRob Crittenden2009-12-031-0/+104
* Add {user,host,sourcehost}Category to HBAC and make accessTime multivalue.Pavel Zuna2009-12-011-15/+14
* Fix unit tests for plugins using baseldap classes.Pavel Zuna2009-10-071-3/+1
* Fix unit tests for plugins using baseldap classes.Pavel Zuna2009-10-057-133/+218
* Add HBAC plugin and introduce GeneralizedTime parameter type.Pavel Zuna2009-10-051-0/+305
* Add support for per-group kerberos password policy.Rob Crittenden2009-10-051-0/+169
* Fix service_mod and add a test caseRob Crittenden2009-08-261-1/+11
* Add a new objectclass, ipaObject, that will add a UUID to many IPA objectsRob Crittenden2009-08-109-26/+35
* Add unit test for password pluginRob Crittenden2009-07-071-0/+71
* Fix unit tests to handle new group-{add, del}-member semantics.Pavel Zuna2009-07-025-27/+37
* Add unit tests for new plugins.Pavel Zuna2009-07-029-0/+1634
* Add utility functions for plugin unit testing.Pavel Zuna2009-07-021-0/+12
* Remove unit tests for old plugins.Pavel Zuna2009-07-0210-1848/+0
* Schema change so the nisnetgroup triples work properly.Rob Crittenden2009-05-193-37/+37
* Force xmlrpc tests to run with in_tree=True so config files in /etc/ipa/ don'...Jason Gerard DeRose2009-05-111-8/+0
* 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-2310-43/+43
* Finish work replacing the errors module with errors2Rob Crittenden2009-04-201-1/+0
* Make parentmap a autofill variable and add tests when parentmap is not passedRob Crittenden2009-04-131-0/+58
* 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
* 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
* 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 be...Jason Gerard DeRose2009-02-031-0/+1
* 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 git://git.engineering.redhat.com/users/rcritten/free...Jason Gerard DeRose2008-12-201-0/+59
|\
| * Add helper for adding Indirect maps.Rob Crittenden2008-12-101-0/+59
* | Removed Plugin.name property and replaced with instance attribute created in ...Jason Gerard DeRose2008-12-171-0/+3
|/
* Tests for the automount pluginRob Crittenden2008-11-041-0/+184