summaryrefslogtreecommitdiffstats
path: root/ipatests/test_xmlrpc
Commit message (Expand)AuthorAgeFilesLines
* Pylint: remove unnecessary-semicolonMartin Basti2016-03-221-1/+1
* 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
* pylint: supress false positive no-member errorsMartin Basti2016-03-021-0/+2
* Refactor test_sudocmdgroup_pluginFilip Skola2016-03-012-670/+414
* Refactor test_sudocmd_pluginFilip Skola2016-03-012-292/+269
* ipatests: extend permission plugin test with new expected outputMilan Kubík2016-02-252-0/+32
* Cosmetic changes to the codeStanislav Laznicka2016-02-242-1/+3
* ipatests: Add missing certificate profile fixtureMilan Kubík2016-02-111-1/+10
* Refactor test_attrFilip Skola2016-01-261-388/+281
* Refactor test_replaceFilip Skola2016-01-261-126/+48
* Refactor test_user_plugin, use UserTracker for testsFilip Skola2016-01-252-1520/+1026
* Alias "unicode" to "str" under Python 3Petr Viktorin2016-01-204-0/+17
* ipatests: Fix configuration problems in dns testsMilan Kubík2016-01-111-2/+3
* Enable pylint unnecessary-pass checkMartin Basti2015-12-231-1/+0
* Enable pylint expression-not-assigned checkMartin Basti2015-12-231-1/+1
* Enable pylint unused-format-string-key checkMartin Basti2015-12-231-4/+2
* Enable pylint duplicated-key checkMartin Basti2015-12-231-1/+0
* Remove unused importsMartin Basti2015-12-2321-55/+24
* ipatests: Roll back the forwarder config after a test caseMilan Kubik2015-12-211-0/+9
* Fix DNS tests: dns-resolve returns warningMartin Basti2015-12-211-0/+18
* Refactor ipautil.runPetr Viktorin2015-12-141-1/+1
* Adding descriptive IDs to stageuser testsLenka Doudova2015-12-113-39/+56
* Separated Tracker implementations into standalone packageMilan Kubík2015-12-0215-1400/+1472
* update idrange tests to reflect disabled modification of local ID rangesMartin Babinsky2015-11-231-24/+10
* Tests: DNS various exceptions can be raised in testMartin Basti2015-11-131-3/+5
* Tests: DNS replace 192.0.2.0/24 with 198.18.0.0/15 rangeMartin Basti2015-11-131-4/+5
* Applied tier0 and tier1 marks on unit tests and xmlrpc testsMilan Kubik2015-11-0947-1/+166
* Added user friendly error message for dnszone enable and disableAbhijeet Kasurde2015-10-291-2/+6
* ipatests: CA ACL and cert profile functional testMilan Kubík2015-10-272-0/+344
* ipatests: CA ACL - added config templatesMilan Kubík2015-10-273-0/+148
* tests: add test to check the default ACLMilan Kubík2015-10-271-7/+128
* ipatests: Add initial CAACLTracker implementationMilan Kubík2015-10-272-0/+383
* ipatests: add fuzzy instances for CA ACL DN and RDNMilan Kubík2015-10-271-0/+8
* fix class teardown in user plugin testsMartin Babinsky2015-10-222-1/+15
* tests: Add tests for idoverride object integrityTomas Babej2015-10-141-2/+173
* Replace tab with space in test_user_plugin.pyMartin Basti2015-10-141-2/+2
* ipalib.aci: Port to Python 3Petr Viktorin2015-10-131-5/+5
* tests: Amend result assertions in realmdomains testsTomas Babej2015-10-121-8/+68
* Remove uses of the `types` modulePetr Viktorin2015-10-071-2/+1
* 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-1710-0/+48
* ipatests: Add basic tests for certificate profile pluginMilan Kubík2015-09-165-1/+1148
* ipatests: Add Certprofile tracker class implementationMilan Kubík2015-09-162-0/+145
* Updated number of legacy permission in ipatestsAbhijeet Kasurde2015-09-161-1/+1
* FIX vault testsMartin Basti2015-09-091-6/+33
* Modernize use of range()Petr Viktorin2015-09-012-3/+3
* Use the print functionPetr Viktorin2015-09-014-7/+11
* Replace uses of map()Petr Viktorin2015-09-012-4/+4