diff options
author | Kanagaraj Manickam <kanagaraj.manickam@huawei.com> | 2018-03-26 06:49:35 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-03-26 06:49:35 +0000 |
commit | c8114fe928e3a6c48ea02fa8e2a168f7102f770b (patch) | |
tree | 44bdeb88ee7642eda8077afefcfd4bbbb98d3f22 /framework/src/main | |
parent | 5c094b10096c629804b9e266d05b74e90512ad8b (diff) | |
parent | 8c08476d0b6bffa3230a0e34ff29586eefed38e0 (diff) |
Merge "Enable feature to disable mock for verify"
Diffstat (limited to 'framework/src/main')
-rw-r--r-- | framework/src/main/resources/open-cli-schema/default_input_parameters.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/src/main/resources/open-cli-schema/default_input_parameters.yaml b/framework/src/main/resources/open-cli-schema/default_input_parameters.yaml index 652401e3..d6a360cd 100644 --- a/framework/src/main/resources/open-cli-schema/default_input_parameters.yaml +++ b/framework/src/main/resources/open-cli-schema/default_input_parameters.yaml @@ -45,7 +45,7 @@ parameters: is_default_param: true - name: verify type: bool - description: verify the command using available command sample file and mocking file + description: verify the command using available command sample file and mocking file. By default it goes with mock style. To enable the verification in real time, set DISABLE_MOCKING=true in the context param. short_option: V long_option: verify default_value: false |