diff options
author | subhash kumar singh <subhash.kumar.singh@huawei.com> | 2018-03-13 10:43:36 +0000 |
---|---|---|
committer | subhash kumar singh <subhash.kumar.singh@huawei.com> | 2018-03-13 10:44:57 +0000 |
commit | 8c08476d0b6bffa3230a0e34ff29586eefed38e0 (patch) | |
tree | 50df9a90f3cbbe4ea6824e1a95b774e0f2d0465c /framework/src/main/resources | |
parent | a59f5607eaf196e032990b3ca962f2378e45fa52 (diff) |
Enable feature to disable mock for verify
Enable feature to disable mock for verify so that real environment
can be used.
Issue-ID: CLI-74
Change-Id: Ibaa15b7c93fcf077e3f28e9f7e96b1b8a68ad5c0
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
Diffstat (limited to 'framework/src/main/resources')
-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 |