summaryrefslogtreecommitdiffstats
path: root/ipatests
Commit message (Expand)AuthorAgeFilesLines
* Move remaining util functions to tasks moduleChristian Heimes2017-03-224-61/+38
* Ship ipatests.pytest_plugins.integrationChristian Heimes2017-03-221-0/+1
* Move function run_repeatedly to tasks moduleChristian Heimes2017-03-223-50/+49
* Move hosts module to ipatests.pytest_plugins.integration.hostsChristian Heimes2017-03-224-3/+3
* Move tasks module to ipatests.pytest_plugins.integration.tasksChristian Heimes2017-03-2228-31/+30
* Move env_config module to ipatests.pytest_plugins.integration.env_configChristian Heimes2017-03-2210-14/+13
* Move config module to ipatests.pytest_plugins.integration.configChristian Heimes2017-03-226-5/+6
* Move helper code for integration pluginChristian Heimes2017-03-221-0/+0
* Add options to run only ipaclient unittestsChristian Heimes2017-03-1713-14/+88
* Fix Python 3 pylint errorsChristian Heimes2017-03-151-1/+1
* TESTS WebUI: Vaults managementPavel Vomacka2017-03-142-0/+247
* TESTS: Add support for sidebar with facetsPavel Vomacka2017-03-141-2/+12
* TESTS: Add support for KRA in ui_driverPavel Vomacka2017-03-141-0/+7
* Don't allow standalone KRA uninstallsStanislav Laznicka2017-03-132-60/+0
* Store session cookie in a ccache optionSimo Sorce2017-03-101-0/+37
* tests: use --setup-kra in testsMartin Basti2017-03-081-7/+2
* Add SHA256 fingerprints for certsTomas Krizek2017-03-074-2/+11
* test_csrgen: adjusted comparison test scripts for CSRGeneratorMichal Reznik2017-03-072-8/+10
* Support for Certificate Identity MappingFlorence Blanc-Renaud2017-03-021-0/+20
* Provide basic integration tests for built-in AD trust installerMartin Babinsky2017-03-012-5/+59
* Remove import nss from test_ldapChristian Heimes2017-03-011-2/+0
* test_config: fix fips_mode key in EnvTomas Krizek2017-03-011-2/+2
* Finish port to PyCA cryptographyChristian Heimes2017-03-011-2/+1
* Migrate OTP import script to python-cryptographyNathaniel McCallum2017-03-011-62/+38
* Tests: Basic coverage with tree root domainGanna Kaihorodova2017-03-011-1/+90
* Moving ipaCert from HTTPD_ALIAS_DIRStanislav Laznicka2017-03-011-1/+1
* Remove md5_fingerprints from IPAStanislav Laznicka2017-02-234-10/+2
* scripts, tests: explicitly set confdir in the rest of server codeJan Cholasta2017-02-222-2/+6
* test_config: fix tests for env.fips_modeTomas Krizek2017-02-211-0/+1
* Add fix for ipa plugins commandAbhijeet Kasurde2017-02-171-0/+3
* Tests: search for disabled usersMartin Basti2017-02-171-0/+41
* Fix test, nested lists are no longer converted to nested tuplesChristian Heimes2017-02-151-1/+1
* Test: DNS nsupdate from dns-update-system-recordsMartin Basti2017-02-151-0/+25
* Explicitly pass down ccache names for connectionsSimo Sorce2017-02-151-13/+18
* Separate RA cert store from the HTTP cert storeSimo Sorce2017-02-151-2/+2
* Configure HTTPD to work via Gss-ProxySimo Sorce2017-02-153-5/+5
* test_StrEnum: use int as bad typeChristian Heimes2017-02-101-2/+2
* cryptography has deprecated serial in favor of serial_numberChristian Heimes2017-02-102-5/+5
* Enable additional warnings (BytesWarning, DeprecationWarning)Christian Heimes2017-02-101-0/+1
* Print test env informationChristian Heimes2017-02-091-0/+11
* py3: test_ipaserver: fix BytesWarningsMartin Basti2017-02-081-5/+7
* Tests: fix wait_for_replication taskMartin Basti2017-02-081-2/+9
* tests: Add tests for kerberos principal aliases in stageuserDavid Kupka2017-02-072-1/+11
* tests: kerberos_principal_aliases: Deduplicate testsDavid Kupka2017-02-071-30/+32
* tests: Stageuser-{add,remove}-certDavid Kupka2017-02-071-0/+19
* tests: add-remove-cert: Use harcoded certificates instead of requesting themDavid Kupka2017-02-071-5/+81
* ipatests: nested netgroups (intg)Petr Čech2017-02-071-0/+169
* tests: add test for PEM certificate files with leading textJan Cholasta2017-02-061-0/+11
* py3: tests_xmlrpc: do not call str() on bytesMartin Basti2017-02-022-3/+3
* tests: Add tests for CSR autogenerationBen Lipton2017-01-3111-0/+434