freeipa/ipatests/test_integration
Oleg Fayans d58cd04e8a rewrite a misprocessed teardown_method method as a custom decorator
teardown_method is a standard pytest method used to put any code to be executed
after each test method is executed. While treated correctly by our integration
tests, this method is misinterpreted by in-tree tests in the following way:
in-tree tests try to execute it even if all the test methods are skipped due to
test resources being not configured. This causes the tests, that otherwise would
have been skipped, to fail

https://fedorahosted.org/freeipa/ticket/5723

Reviewed-By: Martin Basti <mbasti@redhat.com>
2016-03-23 12:46:23 +01:00
..
scripts CA-less tests: Use sequential certificate serial numbers 2014-04-10 12:05:26 +02:00
__init__.py Add a framework for integration test configuration 2013-07-15 15:49:05 +02:00
base.py Enabled setting domain level explicitly in test class 2016-03-11 17:27:45 +01:00
config.py Updated the tests according to the new replica installation workflow 2015-11-03 16:11:57 +01:00
env_config.py Fix CI tests domain_level env config 2015-11-18 12:57:09 +01:00
host.py test_integration: Use python-pytest-multihost 2014-12-11 07:04:58 +01:00
tasks.py rewrite a misprocessed teardown_method method as a custom decorator 2016-03-23 12:46:23 +01:00
test_advise.py advise: configure TLS in redhat_nss_pam_ldapd and redhat_nss_ldap plugins 2016-03-01 13:05:20 +01:00
test_backup_and_restore.py Move user/group constants for PKI and DS into ipaplatform 2016-03-22 10:40:44 +01:00
test_caless.py client: stop using /etc/pki/nssdb 2016-02-24 10:53:28 +01:00
test_customized_ds_config_install.py CI: allow customized DS install test to work with domain levels 2016-03-03 17:26:56 +01:00
test_dnssec.py DNSSEC CI: fix zone delegations 2016-01-29 11:52:09 +01:00
test_external_ca.py ipatests: fix the install of external ca 2016-01-27 13:14:51 +01:00
test_forced_client_reenrollment.py Enabled recreation of test directory in apply_common_fixes function 2016-01-29 14:15:29 +01:00
test_installation.py Remove unused imports 2015-12-23 07:59:22 +01:00
test_kerberos_flags.py Add integration tests for Kerberos Flags 2013-08-27 12:45:12 +02:00
test_legacy_clients.py Run pylint on tests 2015-01-14 11:40:28 +01:00
test_ordering.py ipatests: Use pytest-sourceorder 2014-12-17 15:37:56 +01:00
test_replica_promotion.py rewrite a misprocessed teardown_method method as a custom decorator 2016-03-23 12:46:23 +01:00
test_replication_layouts.py CI: Add replication test utilizing double-circle topology. 2016-02-23 17:32:36 +01:00
test_service_permissions.py Support delegating RBAC roles to service principals 2014-08-21 14:07:01 +02:00
test_simple_replication.py Use the print function 2015-09-01 11:42:01 +02:00
test_sudo.py CI tests: use old schema when testing hostmask-based sudo rules 2016-02-25 13:37:16 +01:00
test_testconfig.py Fix CI tests domain_level env config 2015-11-18 12:57:09 +01:00
test_topologies.py CI: Make double circle topology python3 compatible 2016-02-24 10:37:04 +01:00
test_topology.py tests: Use absolute imports 2016-02-17 10:41:29 +01:00
test_trust.py ipatests: Invoke class install methods properly with respect to pytest-multihost 2014-12-16 12:20:44 +01:00
test_vault.py Revert "test: Temporarily increase timeout in vault test." 2016-02-24 17:27:14 +01:00
util.py Use explicit truncating division 2016-01-20 11:59:21 +01:00