freeipa/ipatests
Felipe Barreto 2c05e42af6 Fixing cleanup process in test_caless
After commit bbe615e12c278f9cddaeb38e80b970bf14d9b32d, if the uninstall
process fails (in the test cleanup) the error is not hidden anymore.

That brought light to errors in the cleanup process on
TestReplicaInstall test, like this:
```
RUN ['ipa-server-install', '--uninstall', '-U']
ipapython.admintool: ERROR    Server removal aborted:
Replication topology in suffix 'domain' is disconnected:
Topology does not allow server master.ipa.test to replicate with servers:
    replica0.ipa.test.
ipapython.admintool: ERROR    The ipa-server-install command failed
```

This commit changes the order of how a replica should be removed from
the topology.

Reviewed-By: Petr Vobornik <pvoborni@redhat.com>
Reviewed-By: Christian Heimes <cheimes@redhat.com>
2018-03-14 12:28:16 +01:00
..
man Build: remove incorrect use of MAINTAINERCLEANFILES 2016-11-16 09:12:07 +01:00
pytest_plugins NSSDB: Let certutil decide its default db type 2018-02-23 11:04:10 +01:00
test_cmdline test_help: test "help" command without cache 2017-12-19 14:03:24 +01:00
test_install Replace nose with unittest and pytest 2017-12-12 16:16:58 +01:00
test_integration Fixing cleanup process in test_caless 2018-03-14 12:28:16 +01:00
test_ipaclient csrgen: Change to pure openssl config format (no script) 2017-04-03 07:46:30 +00:00
test_ipalib Generate same API.txt under Python 2 and 3 2018-02-15 09:41:30 +01:00
test_ipaplatform NSSDB: Let certutil decide its default db type 2018-02-23 11:04:10 +01:00
test_ipapython NSSDB: Let certutil decide its default db type 2018-02-23 11:04:10 +01:00
test_ipaserver Add value in set_directive after a commented-out version 2018-02-21 07:57:40 +01:00
test_webui webui:tests: close big notifications in realm domains tests 2018-02-20 15:17:13 +01:00
test_xmlrpc ipa host-add: do not raise exception when reverse record not added 2018-02-23 14:39:34 +01:00
__init__.py Make an ipa-tests package 2013-06-17 19:22:50 +02:00
conftest.py Add marker needs_ipaapi and option to skip tests 2017-12-11 20:40:06 +01:00
data.py Fix more bytes/unicode issues 2015-10-22 18:34:46 +02:00
i18n.py Have all the scripts run in python 3 by default 2018-02-15 18:43:12 +01:00
ipa-run-tests Have all the scripts run in python 3 by default 2018-02-15 18:43:12 +01:00
ipa-test-config Have all the scripts run in python 3 by default 2018-02-15 18:43:12 +01:00
ipa-test-task Have all the scripts run in python 3 by default 2018-02-15 18:43:12 +01:00
Makefile.am Build: fix distribution of static files for web UI 2016-11-09 13:08:32 +01:00
setup.cfg Port all setup.py to setuptools 2016-10-20 18:43:37 +02:00
setup.py Add mocked test for named crypto policy update 2018-02-20 17:01:52 +01:00
test_util.py Silence pytest.yield_fixture deprecation warning 2017-05-30 12:28:51 +02:00
util.py Unified ldap_initialize() function 2018-02-15 18:32:17 +01:00