-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow CLI argument defaults to be pulled from Configuration #450
Comments
Set to Roadmap. If required by @openvstorage/operations please leave a remark. |
Pushing it back to M on request of Ops |
Fixed by #471 UsageThe key to provide the defaults under: Configs are to be set under MODULE : TEST: PARAM NAME PYTHONIFIED
The possible value is dependent on the type of argument to be set. When an option can be specified multiple times: the argument has to be a list. For other types (text and numeric values) just follow your intuition A complete dict of all possible options and their current value can be generated:
Setting all possible options first before tweaking them:
|
Feature description
Since the addition of expose to cli since #447, test parameters can be tweaked.
For further automation, the parameters should be retrievable through Configuration
The healthcheck stamp an example Configuration based on the current parameters and then just load in the file for every group.
Click documentation: http://click.pocoo.org/5/commands/#overriding-defaults
The text was updated successfully, but these errors were encountered: