freeipa/ipatests/test_ipalib
Jan Cholasta f554078291 frontend: don't copy command arguments to output params
Use only object params and params defined in has_output_params as output
params. This removes unnecessary duplication of params defined both in
object plugins and as command arguments.

This requires all command output params to be properly defined in either
the object plugins or the command's has_output_params. Fix the plugins
where this wasn't true.

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

Reviewed-By: David Kupka <dkupka@redhat.com>
2016-06-20 16:39:12 +02:00
..
__init__.py Make an ipa-tests package 2013-06-17 19:22:50 +02:00
test_aci.py Applied tier0 and tier1 marks on unit tests and xmlrpc tests 2015-11-09 11:49:17 +01:00
test_backend.py Remove unused imports 2015-12-23 07:59:22 +01:00
test_base.py Applied tier0 and tier1 marks on unit tests and xmlrpc tests 2015-11-09 11:49:17 +01:00
test_capabilities.py Applied tier0 and tier1 marks on unit tests and xmlrpc tests 2015-11-09 11:49:17 +01:00
test_cli.py plugable: initialize plugins on demand 2016-06-15 14:03:51 +02:00
test_config.py Remove unused imports 2015-12-23 07:59:22 +01:00
test_crud.py Remove unused imports 2015-12-23 07:59:22 +01:00
test_errors.py Remove unused imports 2015-12-23 07:59:22 +01:00
test_frontend.py frontend: don't copy command arguments to output params 2016-06-20 16:39:12 +02:00
test_messages.py Applied tier0 and tier1 marks on unit tests and xmlrpc tests 2015-11-09 11:49:17 +01:00
test_output.py Remove unused imports 2015-12-23 07:59:22 +01:00
test_parameters.py ipalib: remove the unused csv argument of Param 2016-05-25 16:06:26 +02:00
test_plugable.py plugable: turn Plugin attributes into properties 2016-06-03 09:00:34 +02:00
test_rpc.py rpc: specify connection options in API config 2016-06-03 09:00:34 +02:00
test_text.py Remove unused imports 2015-12-23 07:59:22 +01:00
test_x509.py Pylint: enable reimported check 2016-03-22 10:20:51 +01:00