summaryrefslogtreecommitdiffstats
path: root/ipatests
Commit message (Expand)AuthorAgeFilesLines
* ipalib: remove the unused `csv` argument of ParamJan Cholasta2016-05-251-5/+0
* frontend: remove the unused Command.soft_validate methodJan Cholasta2016-05-251-29/+0
* frontend: re-raise remote RequirementError using CLI name in CLIJan Cholasta2016-05-255-23/+17
* rpc: include structured error information in responsesJan Cholasta2016-05-256-27/+234
* parameters: remove unused ConversionError and ValidationError argumentsJan Cholasta2016-05-251-21/+3
* Test: Maximum username length higher than 255 cannot be setLenka Doudova2016-05-241-1/+30
* Ping module tests.Peter Lacko2016-05-181-28/+27
* Added necessary A record for the replica to root zoneOleg Fayans2016-05-111-0/+5
* A workaround for ticket N 5348Oleg Fayans2016-05-111-7/+90
* test_cert_plugin: Encode 'certificate' for comparison with 'usercertificate'Petr Viktorin2016-05-101-2/+2
* test_add_remove_cert_cmd: Use bytes for base64.b64encode()Petr Viktorin2016-05-051-1/+1
* radiusproxy plugin tests: Expect bytes, not text, for ipatokenradiussecretPetr Viktorin2016-05-051-2/+3
* range plugin tests: Use bytes with MockLDAP under Python 3Petr Viktorin2016-05-051-20/+28
* xmlrpc_test: Expect bytes rather than strings for binary attributesPetr Viktorin2016-05-053-8/+8
* xmlrpc_test: Rename exception instance before working with itPetr Viktorin2016-05-051-8/+9
* test_xmlrpc: Use absolute importsPetr Viktorin2016-05-052-6/+6
* fix stageuser tests (removal of has_keytab and has_password from find)Martin Basti2016-05-051-2/+5
* Test fix: Cleanup for host certificateLenka Doudova2016-05-032-1/+17
* Performace: don't download password attributes in host/user-findMartin Basti2016-04-223-5/+11
* ipatests: Add test case for requesting a certificate with full principal.Milan Kubík2016-04-211-0/+7
* ipatests: fix for change_principal context managerMilan Kubík2016-04-211-9/+10
* Bugfixes in managed topology testsOleg Fayans2016-04-201-3/+6
* Improve reporting of failed tests in topology test suiteOleg Fayans2016-04-201-18/+21
* Refactor test_automember_plugin, create AutomemberTrackerFilip Skola2016-04-192-1556/+945
* Add test if replica is working after domain upgradeOleg Fayans2016-04-151-0/+26
* WebUI: Test creating user without private groupLenka Doudova2016-04-154-13/+90
* specify type of exceeded limit when warning about truncated search resultsMartin Babinsky2016-04-132-8/+8
* Fixed a failure in legacy_client testsOleg Fayans2016-04-131-1/+1
* Added 5 more tests to Replica Promotion testsuiteOleg Fayans2016-04-061-1/+131
* Added a kdestroy call to clean ccache at master/client uninstallationOleg Fayans2016-04-061-0/+2
* Refactor test_hostgroup_pluginFilip Skola2016-03-241-278/+101
* Refactor test_nesting, create HostGroupTrackerFilip Skola2016-03-244-627/+399
* Fixed a bug with prepare_host failing upon existing ipatests folderOleg Fayans2016-03-231-1/+5
* Reverted changes in mh fixture causing some tests to failOleg Fayans2016-03-231-0/+3
* Fix stageuser-activate - managers testMartin Basti2016-03-233-31/+35
* rewrite a misprocessed teardown_method method as a custom decoratorOleg Fayans2016-03-232-13/+26
* Added copyright info to replica promotion testsOleg Fayans2016-03-221-0/+4
* Move user/group constants for PKI and DS into ipaplatformChristian Heimes2016-03-221-2/+3
* Pylint: remove unnecessary-semicolonMartin Basti2016-03-222-3/+3
* Pylint: enable reimported checkMartin Basti2016-03-222-4/+0
* pylint: remove bare exceptMartin Basti2016-03-221-1/+1
* Use platform path constant for SSSD log dirMartin Basti2016-03-161-1/+1
* Workaround for ticket 5627Oleg Fayans2016-03-111-0/+5
* Made apply_common_fixes call at replica installation independent on domain_levelOleg Fayans2016-03-111-2/+2
* Removed a constantly failing call to prepare_hostOleg Fayans2016-03-111-3/+0
* Enabled setting domain level explicitly in test classOleg Fayans2016-03-112-7/+18
* Integration tests for replica promotion featureOleg Fayans2016-03-111-0/+223
* WebUI test: ID viewsLenka Doudova2016-03-113-7/+184
* test_cert_plugin: use only first part of the hostname to construct short nameMartin Babinsky2016-03-081-1/+1
* Refactor test_group_plugin, use GroupTracker for testsFilip Skola2016-03-083-1165/+754