python-mistralclient/mistralclient/tests/functional/cli/v2
Sharat Sharma 1a3094d224 Set the default value of --limit parameter
The "--limit" parameter of heavy CLI commands should not be
infinite by default. For commands like "mistral task-list" and
"execution-list" we need to set --limit parameter by default to
some reasonable value. The proposal is 100. Otherwise it's easy
to cause a huge load on a server if the result set is not limited.

A warning message is thrown whenever these commands are executed
without using "--limit" parameter.

Change-Id: If0fead181171e5b9c590f3f4c852c6ad2541ff94
Implements: blueprint mistral-cli-default-limit-parameter
(cherry picked from commit fabec4fafc)
2017-07-11 14:39:28 +00:00
..
__init__.py Add CLI integration tests for v2 2014-09-10 10:53:42 +04:00
base_v2.py Filter workflow executions by creating task execution id 2016-12-06 09:41:26 +00:00
cli_multi_tenancy_tests.py Add "Task ID" field for "action-execution-get" command output 2016-07-27 13:50:01 +07:00
cli_tests_v2.py Set the default value of --limit parameter 2017-07-11 14:39:28 +00:00