summaryrefslogtreecommitdiffstats
path: root/tests/test_xmlrpc/xmlrpc_test.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix invalid issuer in unit testsMartin Kosek2011-07-271-0/+3
| | | | | | | Fix several test failures when issuer does not match the one generated by make-testcert (CN=Certificate Authority,O=<realm>). https://fedorahosted.org/freeipa/ticket/1527
* Require an imported certificate's issuer to match our issuer.Rob Crittenden2011-06-161-0/+6
| | | | | | | | | | The goal is to not import foreign certificates. This caused a bunch of tests to fail because we had a hardcoded server certificate. Instead a developer will need to run make-testcert to create a server certificate generated by the local CA to test against. ticket 1134
* Change FreeIPA license to GPLv3+Jakub Hrozek2010-12-201-5/+5
| | | | | | | | | | The changes include: * Change license blobs in source files to mention GPLv3+ not GPLv2 only * Add GPLv3+ license text * Package COPYING not LICENSE as the license blobs (even the old ones) mention COPYING specifically, it is also more common, I think https://fedorahosted.org/freeipa/ticket/239
* Revert tests code to use the old uuid format.Simo Sorce2010-11-151-2/+2
|
* Implement nested netgroups and include summaries for the commands.Rob Crittenden2010-10-291-0/+4
| | | | | | | Replace the existing netgroup test cases with Declarative tests. This triples the number of tests we were doing. ticket 209
* UUIDs: remove uuid python plugin and let DS always autogenerateSimo Sorce2010-10-281-1/+1
| | | | merge in remove uuid
* Add support for client failover to the ipa command-line.Rob Crittenden2010-08-161-2/+2
| | | | | | | | | | | | This adds a new global option to the ipa command, -f/--no-fallback. If this is included then just the server configured in /etc/ipa/default.conf is used. Otherwise that is tried first then all servers in DNS with the ldap SRV record are tried. Create a new Local() Command class for local-only commands. The help command is one of these. It shouldn't need a remote connection to execute. ticket #15
* Add API to delete a service principal key, service-disable.Rob Crittenden2010-07-131-0/+2
| | | | | | | | | | | | I have to do some pretty low-level LDAP work to achieve this. Since we can't read the key using our modlist generator won't work and lots of tricks would be needed to use the LDAPUpdate object in any case. I pulled usercertificate out of the global params and put into each appropriate function because it makes no sense for service-disable. This also adds a new variable, has_keytab, to service/host_show output. This flag tells us whether there is a krbprincipalkey.
* Fixed xmlrpc_test.fuzzy_digits for Fedora12Jason Gerard DeRose2010-01-221-1/+1
|
* Fuzzy feelingsJason Gerard DeRose2009-12-171-29/+17
|
* Take 2: Extensible return values and validation; steps toward a single ↵Jason Gerard DeRose2009-12-101-14/+199
| | | | output_for_cli(); enable more webUI stuff
* Add utility functions for plugin unit testing.Pavel Zuna2009-07-021-0/+12
|
* Force xmlrpc tests to run with in_tree=True so config files in /etc/ipa/ ↵Jason Gerard DeRose2009-05-111-8/+0
| | | | don't get read; cleaned up config.Env automagic with regard to running in-tree vs. installed
* Rename errors2.py to errors.py. Modify all affected files.Pavel Zuna2009-04-231-3/+3
|
* Finish work replacing the errors module with errors2Rob Crittenden2009-04-201-1/+0
| | | | | | Once this is committed we can start the process of renaming errors2 as errors. I thought that combinig this into one commit would be more difficult to review.
* Fix remaining issues with XML-RPC test casesRob Crittenden2009-02-041-0/+13
| | | | | | 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.
* Applied Rob's errors patchRob Crittenden2009-02-031-2/+2
|
* Mostly got the test_xmlrpc/ tests working againJason Gerard DeRose2009-02-031-13/+14
|
* Finished reworked cli.CLI class into cli.cli pluginJason Gerard DeRose2009-02-031-1/+0
|
* Command.takes_options and Command.takes_args class attributes can now also ↵Jason Gerard DeRose2009-02-031-0/+1
| | | | be a callable
* Revert change that caused XML-RPC tests to be skippedRob Crittenden2009-01-191-1/+0
|
* Removed Plugin.name property and replaced with instance attribute created in ↵Jason Gerard DeRose2008-12-171-0/+3
| | | | Plugin.__init__()
* Skip tests if the remote XML-RPC server is not responding.Rob Crittenden2008-11-031-0/+47