freeipa/ipatests
Martin Basti 5f42b42bd4 Performance: Find commands: do not process members by default
In all *-find commands, member attributes shouldn't be processed due
high amount fo ldpaserches cause serious performance issues. For this
reason --no-members option is set by default in CLI and API.

To get members in *-find command option --all in CLI is rquired or
'no_members=False' or 'all=True' must be set in API call.

For other commands processing of members stays unchanged. WebUI is not
affected by this change.

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

Reviewed-By: Martin Babinsky <mbabinsk@redhat.com>
2016-05-31 14:08:54 +02:00
..
man Fix hyphen-used-as-minus-sign warning (found by lintian) 2015-10-22 18:21:30 +02:00
pytest_plugins Reverted changes in mh fixture causing some tests to fail 2016-03-23 17:19:21 +01:00
test_cmdline tests: Use absolute imports 2016-02-17 10:41:29 +01:00
test_install Applied tier0 and tier1 marks on unit tests and xmlrpc tests 2015-11-09 11:49:17 +01:00
test_integration Use root_logger for verify_host_resolvable() 2016-05-30 20:14:32 +02:00
test_ipalib plugable: switch API to Registry-based plugin discovery 2016-05-25 16:06:26 +02:00
test_ipapython Pylint: enable reimported check 2016-03-22 10:20:51 +01:00
test_ipaserver test_ipaserver.test_ldap: Adjust tests to Python 3's KeyView 2016-05-30 16:44:08 +02:00
test_pkcs10 Applied tier0 and tier1 marks on unit tests and xmlrpc tests 2015-11-09 11:49:17 +01:00
test_webui WebUI: Test creating user without private group 2016-04-15 10:17:20 +02:00
test_xmlrpc Performance: Find commands: do not process members by default 2016-05-31 14:08:54 +02:00
__init__.py Make an ipa-tests package 2013-06-17 19:22:50 +02:00
data.py Fix more bytes/unicode issues 2015-10-22 18:34:46 +02:00
i18n.py Fixes minor issues 2016-02-24 09:21:30 +01:00
ipa-run-tests Switch ipa-run-tests to pytest 2014-11-21 12:14:44 +01:00
ipa-test-config Use the print function 2015-09-01 11:42:01 +02:00
ipa-test-task Use the print function 2015-09-01 11:42:01 +02:00
pytest.ini Split ipa-client/ into ipaclient/ (Python library) and client/ (C, scripts) 2016-01-27 12:09:02 +01:00
setup.py.in Remove unused imports 2015-12-23 07:59:22 +01:00
test_util.py test_util: str/bytes check fixes for Python 3 2016-02-17 10:41:29 +01:00
util.py ipatests: fix for change_principal context manager 2016-04-21 17:06:54 +02:00