summaryrefslogtreecommitdiffstats
path: root/ipatests/test_ipaserver
Commit message (Expand)AuthorAgeFilesLines
* test_serverroles: ensure that test API is initialized with correct ldap_uriMartin Babinsky2016-06-281-1/+6
* Tests: Fix ipatests/test_ipaserver/test_rpcserver.pyLenka Doudova2016-06-241-1/+0
* Test suite for `serverroles` backendMartin Babinsky2016-06-131-0/+745
* ipalib: move server-side plugins to ipaserverJan Cholasta2016-06-031-2/+2
* test_ipaserver.test_ldap: Adjust tests to Python 3's KeyViewPetr Viktorin2016-05-301-4/+16
* test_ipaserver.test_ldap: Use bytestrings for raw LDAP valuesPetr Viktorin2016-05-301-10/+10
* test_rpcserver: Expect updated error message under Python 3Petr Viktorin2016-05-301-1/+4
* test_topology_plugin: Don't rely on order of an attribute's valuesPetr Viktorin2016-05-301-1/+1
* tests for package version comparisonMartin Babinsky2016-01-121-0/+51
* Enable pylint expression-not-assigned checkMartin Basti2015-12-232-2/+3
* Remove unused importsMartin Basti2015-12-233-6/+3
* Applied tier0 and tier1 marks on unit tests and xmlrpc testsMilan Kubik2015-11-097-0/+15
* Use six.moves.http_client instead of httplibPetr Viktorin2015-10-071-2/+7
* Use six.moves.urllib instead of urllib/urllib2/urlparsePetr Viktorin2015-10-071-2/+5
* Replace StandardError with ExceptionRobert Kuska2015-09-301-2/+2
* Use byte literals where appropriateJan Cholasta2015-09-171-2/+2
* Alias "unicode" to "str" under Python 3Jan Cholasta2015-09-173-0/+14
* Use Python3-compatible dict method namesPetr Viktorin2015-09-011-1/+1
* Integration tests for topology pluginOleg Fayans2015-08-281-6/+10
* ipatests: Take otptoken import test out of executionMilan KubĂ­k2015-08-201-0/+2
* Use absolute importsPetr Viktorin2015-08-121-2/+2
* Replace dict.has_key with the 'in' operatorPetr Viktorin2015-08-121-0/+9
* Modernize 'except' clausesPetr Viktorin2015-08-121-1/+1
* Modernize number literalsPetr Viktorin2015-07-311-3/+3
* Added test - topology plugin is listed among DS pluginsOleg Fayans2015-07-271-0/+70
* plugable: Pass API to plugins on initialization rather than using set_apiJan Cholasta2015-07-012-11/+17
* plugable: Load plugins only from modules imported by APIJan Cholasta2015-07-011-4/+4
* Re-initialize NSS database after otptoken plugin testsTomas Babej2014-11-261-0/+5
* Use setup_class/teardown_class in Declarative testsPetr Viktorin2014-11-211-2/+0
* tests: Use PEP8-compliant setup/teardown method namesPetr Viktorin2014-11-212-8/+8
* Implement OTP token importingNathaniel McCallum2014-06-2510-0/+494
* ipaplatform: Move all filesystem paths to ipaplatform.paths moduleTomas Babej2014-06-161-1/+2
* test_ldap: Read a publicly accessible attribute when testing anonymous bindPetr Viktorin2014-04-251-5/+4
* Keep original name when setting attribute in LDAPEntry.Jan Cholasta2014-04-181-2/+2
* ipaserver.install.service: Fix estimated time displayPetr Viktorin2014-03-131-0/+36
* Convert remaining test code to LDAPEntry API.Jan Cholasta2014-01-241-4/+4
* Switch client to JSON-RPCPetr Viktorin2013-11-261-2/+2
* Turn LDAPEntry.single_value into a dictionary-like property.Jan Cholasta2013-11-051-4/+4
* Decode and encode attribute values in LDAPEntry on demand.Jan Cholasta2013-10-311-0/+48
* Move tests to test directoriesPetr Viktorin2013-09-251-0/+0
* Make an ipa-tests packagePetr Viktorin2013-06-176-0/+746