summaryrefslogtreecommitdiffstats
path: root/ipatests
Commit message (Expand)AuthorAgeFilesLines
* Use byte literals where appropriateJan Cholasta2015-09-175-21/+21
* Use bytes instead of str where appropriateJan Cholasta2015-09-171-5/+5
* Alias "unicode" to "str" under Python 3Jan Cholasta2015-09-1725-0/+119
* ipatests: Add basic tests for certificate profile pluginMilan Kubík2015-09-166-1/+1158
* ipatests: Add Certprofile tracker class implementationMilan Kubík2015-09-162-0/+145
* backup CI: test DNS/DNSSEC after backup and restoreMartin Basti2015-09-162-0/+155
* DNSSEC CI: test master migrationMartin Basti2015-09-161-0/+149
* DNSSEC: improve CI testMartin Basti2015-09-161-4/+109
* Updated number of legacy permission in ipatestsAbhijeet Kasurde2015-09-161-1/+1
* FIX vault testsMartin Basti2015-09-091-6/+33
* Convert zip() result to list()Petr Viktorin2015-09-011-2/+2
* Modernize use of range()Petr Viktorin2015-09-0111-17/+17
* Use the print functionPetr Viktorin2015-09-0115-54/+74
* Replace uses of map()Petr Viktorin2015-09-014-7/+6
* Use six.integer_types instead of (long, int)Petr Viktorin2015-09-011-2/+5
* Replace filter() calls with list comprehensionsPetr Viktorin2015-09-012-2/+2
* Use Python3-compatible dict method namesPetr Viktorin2015-09-0112-36/+40
* Use six.string_types instead of "basestring"Petr Viktorin2015-09-013-12/+18
* Integration tests for topology pluginOleg Fayans2015-08-283-21/+241
* Fix user tracker to reflect new user-del messageLenka Doudova2015-08-271-1/+1
* vault: fix vault tests after default type changePetr Vobornik2015-08-261-2/+9
* Port from python-krbV to python-gssapiMichael Simacek2015-08-265-26/+14
* Added support for changing vault encryption.Endi S. Dewata2015-08-251-0/+249
* Automated test for stageuser pluginLenka Doudova2015-08-253-6/+1421
* Temporary fix for ticket 5240Oleg Fayans2015-08-241-2/+2
* Added a user-friendly output to an import errorOleg Fayans2015-08-241-1/+5
* ipatests: Take otptoken import test out of executionMilan Kubík2015-08-201-0/+2
* Use absolute importsPetr Viktorin2015-08-1235-43/+58
* Replace dict.has_key with the 'in' operatorPetr Viktorin2015-08-123-26/+26
* Modernize function and method attribute namesPetr Viktorin2015-08-121-4/+4
* Modernize 'except' clausesPetr Viktorin2015-08-1213-32/+32
* test suite for user/host/service certificate management API commandsMartin Babinsky2015-08-031-0/+349
* tests: Allow Tracker.dn be an instance of FuzzyMilan Kubík2015-07-311-2/+3
* Modernize number literalsPetr Viktorin2015-07-312-4/+4
* Added test - topology plugin is listed among DS pluginsOleg Fayans2015-07-271-0/+70
* tests: test_cert: Services can have multiple certificatesTomas Babej2015-07-221-4/+4
* tests: test_rpc: Create connection for the current threadTomas Babej2015-07-221-0/+3
* tests: vault_plugin: Skip tests if KRA not availableTomas Babej2015-07-221-0/+11
* tests: Version is currently generated during command callTomas Babej2015-07-221-35/+16
* tests: realmdomains_plugin: Add explanatory commentTomas Babej2015-07-221-0/+3
* tests: service_plugin: Make sure the cert is decoded from base64Tomas Babej2015-07-221-1/+5
* tests: user_plugin: Add preserved flag when --all is usedTomas Babej2015-07-211-1/+4
* Py3: replace tab with spaceMartin Basti2015-07-171-3/+3
* Fix minor typosYuri Chornoivan2015-07-171-1/+1
* Added vault access control.Endi S. Dewata2015-07-081-6/+21
* Added ipaVaultPublicKey attribute.Endi S. Dewata2015-07-071-2/+2
* Added symmetric and asymmetric vaults.Endi S. Dewata2015-07-071-23/+198
* plugable: Remove unused call method of PluginJan Cholasta2015-07-011-10/+0
* plugable: Specify plugin base classes and modules using API propertiesJan Cholasta2015-07-011-1/+5
* plugable: Change is_production_mode to method of APIJan Cholasta2015-07-012-12/+59