summaryrefslogtreecommitdiffstats
path: root/ipatests/test_integration
Commit message (Expand)AuthorAgeFilesLines
...
* CI tests: Enabled automatic creation of reverse zone during master installationOleg Fayans2015-12-211-1/+2
* CI tests: remove '-p' option from ipa-dns-install callsMartin Babinsky2015-12-143-8/+1
* test: Temporarily increase timeout in vault test.David Kupka2015-12-141-1/+1
* Migrate wget references and usage to curlGabe2015-12-111-5/+5
* CI: fix ipa-kra-install on domain level 1Martin Basti2015-12-111-6/+1
* tests: Add hostmask detection for sudo rules validating on hostmaskTomas Babej2015-12-112-6/+43
* fix error message assertion in negative forced client reenrollment testsMartin Babinsky2015-12-111-1/+1
* CI tests: ignore disconnected domain level 1 topology on IPA master teardownMartin Babinsky2015-12-091-5/+10
* CI: fix function that prepare the hosts file before CI runMartin Basti2015-12-081-2/+4
* CI: installation testsMartin Basti2015-12-082-0/+232
* CI: test various topologies with multiple replicasMartin Basti2015-12-071-0/+87
* tests: Fix incorrect uninstall method invocationTomas Babej2015-12-071-1/+1
* rename topology suffixes to "domain" and "ca"Petr Vobornik2015-12-042-9/+11
* CI test: Fix installation of KRA on a replicaMartin Basti2015-11-181-1/+2
* Fix CI tests domain_level env configMartin Basti2015-11-182-1/+3
* Fixed A record creation bugOleg Fayans2015-11-031-4/+3
* The test was made to be skipped if domainlevel is 0Oleg Fayans2015-11-031-0/+5
* Updated the tests according to the new replica installation workflowOleg Fayans2015-11-033-10/+44
* DNSSEC CI: wait until DS records is replicatedMartin Basti2015-10-221-0/+6
* Rename option --dirsrv-config-mods to --dirsrv-config-fileMartin Basti2015-10-191-2/+2
* CI: installation with customized DS configMartin Basti2015-10-152-5/+105
* CI Test: add setup_kra options into install scriptsMartin Basti2015-10-122-11/+27
* CI TEST: VaultMartin Basti2015-10-121-0/+205
* Fixed a timing issue with drill returning non-zero exitcodeOleg Fayans2015-10-091-0/+1
* Use six.Stringio instead of StringIO.StringIOPetr Viktorin2015-10-071-3/+3
* ipatests: configure Network Manager not to manage resolv.confMilan KubĂ­k2015-10-021-0/+36
* re-kinit after ipa-restore in backup/restore CI testsMartin Babinsky2015-10-021-0/+3
* Added a proper workaround for dnssec test failures in Beaker environmentOleg Fayans2015-10-011-3/+9
* CI: backup and restore with KRAMartin Basti2015-09-251-0/+77
* 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
* Use the print functionPetr Viktorin2015-09-012-2/+6
* Replace uses of map()Petr Viktorin2015-09-011-1/+1
* Replace filter() calls with list comprehensionsPetr Viktorin2015-09-011-1/+1
* Use six.string_types instead of "basestring"Petr Viktorin2015-09-011-1/+3
* Integration tests for topology pluginOleg Fayans2015-08-282-15/+231
* Temporary fix for ticket 5240Oleg Fayans2015-08-241-2/+2
* Added a user-friendly output to an import errorOleg Fayans2015-08-241-1/+5
* do not install CA on replica during integration test if setup_ca=FalseMartin Babinsky2015-04-151-1/+0
* proper client host setup/teardown in forced client reenrollment integration t...Martin Babinsky2015-04-141-19/+24
* DNSSEC CI testsMartin Basti2015-04-142-8/+306
* ipatests: Add tests for valid and invalid ipa-adviseGabe2015-02-261-0/+134
* Run pylint on testsPetr Viktorin2015-01-142-2/+13
* ipatests: Use pytest-sourceorderPetr Viktorin2014-12-172-2/+2
* ipatests: Invoke class install methods properly with respect to pytest-multihostTomas Babej2014-12-165-13/+13
* 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-1111-1077/+454
* test_integration: Adjust tests for pytestPetr Viktorin2014-11-213-40/+30