freeipa/ipatests/pytest_plugins/integration
Felipe Barreto d945583cc7 Make IntegrationTest fail if an error happened during uninstall
Before this change, if the uninstall process fails, the test would not fail, due
to the raiseonerr=False.

It's necessary to remove the uninstall call in CALessBase because in
TestIntegration there is another uninstall call. So, without the
raiseonerr=False, it would make the uninstall process fail, since the master is
already uninstalled.

https://pagure.io/freeipa/issue/7357

Reviewed-By: Christian Heimes <cheimes@redhat.com>
2018-02-07 13:24:46 +01:00
..
__init__.py IntegrationTests now collects logs from all test methods 2018-02-06 15:53:08 +01:00
config.py Fix log capture when running pytests_multihosts commands 2017-11-06 16:22:18 +01:00
create_caless_pki.py test_caless: add SAN extension to other certs 2018-01-17 12:52:16 +01:00
create_external_ca.py tests: move CA related modules to pytest_plugins 2018-01-09 10:17:01 +01:00
env_config.py Fixing test_testconfig with proper asserts 2018-01-09 08:03:49 +01:00
host.py Move hosts module to ipatests.pytest_plugins.integration.hosts 2017-03-22 13:42:04 +01:00
tasks.py Make IntegrationTest fail if an error happened during uninstall 2018-02-07 13:24:46 +01:00