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 /profiles/http/src/main/resources | |
parent | 5c094b10096c629804b9e266d05b74e90512ad8b (diff) | |
parent | 8c08476d0b6bffa3230a0e34ff29586eefed38e0 (diff) |
Merge "Enable feature to disable mock for verify"
Diffstat (limited to 'profiles/http/src/main/resources')
-rw-r--r-- | profiles/http/src/main/resources/open-cli-schema/http/default_input_parameters_http.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/http/src/main/resources/open-cli-schema/http/default_input_parameters_http.yaml b/profiles/http/src/main/resources/open-cli-schema/http/default_input_parameters_http.yaml index 6ac0ded2..01a4e3fb 100644 --- a/profiles/http/src/main/resources/open-cli-schema/http/default_input_parameters_http.yaml +++ b/profiles/http/src/main/resources/open-cli-schema/http/default_input_parameters_http.yaml @@ -43,7 +43,7 @@ parameters: default_value: false - 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. default_value: false is_include: true is_optional: true
\ No newline at end of file |