summaryrefslogtreecommitdiffstats
path: root/ipatests/test_ipaserver
Commit message (Expand)AuthorAgeFilesLines
* Add options to run only ipaclient unittestsChristian Heimes2017-03-173-6/+8
* Remove import nss from test_ldapChristian Heimes2017-03-011-2/+0
* Migrate OTP import script to python-cryptographyNathaniel McCallum2017-03-011-62/+38
* scripts, tests: explicitly set confdir in the rest of server codeJan Cholasta2017-02-222-2/+6
* Fix test, nested lists are no longer converted to nested tuplesChristian Heimes2017-02-151-1/+1
* cryptography has deprecated serial in favor of serial_numberChristian Heimes2017-02-101-4/+4
* py3: test_ipaserver: fix BytesWarningsMartin Basti2017-02-081-5/+7
* Add a basic test suite for `kadmin.local` interfaceMartin Babinsky2016-12-161-0/+125
* ipapython: move dnssec, p11helper and secrets to ipaserverJan Cholasta2016-11-293-0/+373
* x509: use python-cryptography to process certsFraser Tweedale2016-11-102-8/+4
* pylint: enable the import-error checkJan Cholasta2016-10-241-0/+1
* Pylint: remove unused variables in testsMartin Basti2016-10-112-9/+6
* Pylint: enable check for unused-variablesMartin Basti2016-09-272-0/+3
* Remove unused variables in testsMartin Basti2016-09-271-2/+2
* Tests: Remove usage of krb5 ccache from test_ipaserver/test_ldapLenka Doudova2016-09-211-5/+1
* Tests: Fix failing ldap.backend testLenka Doudova2016-09-131-1/+1
* Tests: Failing test_ipaserver/test_ldap testLenka Doudova2016-08-291-6/+0
* 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