freeipa/ipatests/test_ipaserver
Petr Viktorin 1e836d2d0c Switch client to JSON-RPC
Modify ipalib.rpc to support JSON-RPC in addition to XML-RPC.
This is done by subclassing and extending xmlrpclib, because
our existing code relies on xmlrpclib internals.

The URI to use is given in the new jsonrpc_uri env variable. When
it is not given, it is generated from xmlrpc_uri by replacing
/xml with /json.

The rpc_json_uri env variable existed before, but was unused,
undocumented and not set the install scripts.
This patch removes it in favor of jsonrpc_uri (for consistency
with xmlrpc_uri).

Add the rpc_protocol env variable to control the protocol
IPA uses. rpc_protocol defaults to 'jsonrpc', but may be changed
to 'xmlrpc'.
Make backend.Executioner and tests use the backend specified by
rpc_protocol.

For compatibility with unwrap_xml, decoding JSON now gives tuples
instead of lists.

Design: http://freeipa.org/page/V3/JSON-RPC
Ticket: https://fedorahosted.org/freeipa/ticket/3299
2013-11-26 16:59:59 +01:00
..
test_install Move tests to test directories 2013-09-25 10:13:56 +02:00
__init__.py Make an ipa-tests package 2013-06-17 19:22:50 +02:00
httptest.py Make an ipa-tests package 2013-06-17 19:22:50 +02:00
test_changepw.py Make an ipa-tests package 2013-06-17 19:22:50 +02:00
test_ldap.py Turn LDAPEntry.single_value into a dictionary-like property. 2013-11-05 13:56:55 +01:00
test_rpcserver.py Switch client to JSON-RPC 2013-11-26 16:59:59 +01:00