summaryrefslogtreecommitdiffstats
path: root/ipatests/test_integration/test_caless.py
Commit message (Expand)AuthorAgeFilesLines
* Move tasks module to ipatests.pytest_plugins.integration.tasksChristian Heimes2017-03-221-1/+1
* Configure HTTPD to work via Gss-ProxySimo Sorce2017-02-151-2/+2
* tests: Fixed code styling in caless tests to make pep8 happyOleg Fayans2016-09-221-7/+7
* tests: Reverted erroneous asserts in 4 testsOleg Fayans2016-09-221-10/+4
* tests: fixed certinstall methodOleg Fayans2016-09-221-3/+1
* tests: fixed super method invocationOleg Fayans2016-09-221-1/+1
* tests: added verbose assert to test_service_disable_doesnt_revokeOleg Fayans2016-09-221-2/+5
* tests: Standardized replica_preparation in test_no_certsOleg Fayans2016-09-221-4/+2
* tests: Implemented check for domainlevel before installation verificationOleg Fayans2016-09-221-43/+18
* tests: Fixed Usage of improper certs in ca-less testsOleg Fayans2016-09-221-15/+12
* tests: fixed expects of incorrect error messagesOleg Fayans2016-09-221-32/+24
* tests: Replaced unused setUp method with installOleg Fayans2016-09-221-7/+7
* tests: Replaced hardcoded certutil with imported from pathsOleg Fayans2016-09-221-1/+1
* tests: Added necessary xfailsOleg Fayans2016-09-221-0/+13
* tests: Added necessary getkeytabs calls to fixturesOleg Fayans2016-09-221-0/+7
* tests: Removed outdated command options testOleg Fayans2016-09-221-19/+0
* tests: Applied correct teardown methodsOleg Fayans2016-09-221-15/+56
* tests: Fixed incorrect assert in verify_installationOleg Fayans2016-09-221-3/+1
* tests: Adapted installation methods to utilize methods from tasksOleg Fayans2016-09-221-93/+57
* tests: Removed call for install method from parent classOleg Fayans2016-09-221-1/+0
* tests: Added teardown methods for server and replica installationOleg Fayans2016-09-221-0/+35
* tests: Create a method that cleans all ipa certsOleg Fayans2016-09-221-0/+11
* tests: Updated ipa server installation stdin textOleg Fayans2016-09-221-4/+0
* ca-less tests: fix getting cert in pem format from nssdbPetr Vobornik2016-08-101-3/+3
* CI test suite for `server-del`Martin Babinsky2016-06-171-9/+2
* client: stop using /etc/pki/nssdbJan Cholasta2016-02-241-17/+0
* tests: Fix incorrect uninstall method invocationTomas Babej2015-12-071-1/+1
* ipatests: Invoke class install methods properly with respect to pytest-multihostTomas Babej2014-12-161-3/+3
* test_integration: Parametrize test instead of using a generatorPetr Viktorin2014-12-111-12/+11
* test_integration: Use collect_log from the host, not the testing classPetr Viktorin2014-12-111-8/+8
* test_integration: Use python-pytest-multihostPetr Viktorin2014-12-111-15/+20
* test_integration: Adjust tests for pytestPetr Viktorin2014-11-211-16/+9
* Integration tests: Port the ordering plugin to pytestPetr Viktorin2014-11-211-1/+1
* tests: Use PEP8-compliant setup/teardown method namesPetr Viktorin2014-11-211-3/+3
* CA-less installer options usability fixesJan Cholasta2014-09-301-16/+17
* ipaplatform: Fix misspelled path constantTomas Babej2014-06-251-1/+1
* ipaplatform: Move all filesystem paths to ipaplatform.paths moduleTomas Babej2014-06-161-14/+15
* CA-less tests generate failureAdam Misnyovszki2014-04-081-0/+37
* Turn LDAPEntry.single_value into a dictionary-like property.Jan Cholasta2013-11-051-1/+1
* Use new CLI options in certinstall testsPetr Viktorin2013-10-181-12/+33
* test_caless.TestCertInstall: Fix 'test_no_ds_password' test casePetr Viktorin2013-10-181-1/+1
* Add tests for installing with empty PKCS#12 passwordPetr Viktorin2013-10-041-14/+87
* ipatests.beakerlib_plugin: Add argument of generated tests to test captionsPetr Viktorin2013-10-031-0/+1
* ipatests.test_integration.test_caless: Fix mkdir_recursive callPetr Viktorin2013-10-031-1/+1
* test_integration.host: Move transport-related functionality to a new modulePetr Viktorin2013-10-031-5/+6
* Add CA-less install testsPetr Viktorin2013-08-281-0/+1364