summaryrefslogtreecommitdiffstats
path: root/docs/release-notes.rst
diff options
context:
space:
mode:
authorAnaƫl Closson <ac2550@intl.att.com>2018-07-31 13:58:14 +0000
committerGerrit Code Review <gerrit@onap.org>2018-07-31 13:58:14 +0000
commitcf7e66f958d63bf7b0c76fadfa2e4f6994879993 (patch)
treeb2e381e03bbefaad772d141fe6a516a93f20e46c /docs/release-notes.rst
parente192d5a9d94c5e20350353c4f3b77770aa5f8462 (diff)
Updated git submodules
Project: integration master 3f08a37ab732e54eeaedb323473e833992c6c163 Merge "Fix CSIT tests for auth login and api changes" Fix CSIT tests for auth login and api changes Change-Id: I73146fd6ad81f8826014ef03ad3e5196b0ef952c Signed-off-by: eh552t <eh552t@intl.att.com> Issue-ID: CLAMP-129
Diffstat (limited to 'docs/release-notes.rst')
0 files changed, 0 insertions, 0 deletions
eral.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
.. This work is licensed under a Creative Commons Attribution 4.0 International License.
.. http://creativecommons.org/licenses/by/4.0
.. Copyright 2018 Huawei Technologies Co., Ltd.

.. user_guide_verification_program:


CLI verification program
==============================================

Verification program helps the author to setup the mocking environment for the HTTP profile (and
in future it could be extended to other profile) for authoring the testing the CLI OCS YAMLs.

It provides the model based test environment where author needs to setup following aspects:

# Write the moco JSON which captures the HTTP request and response in moco style

# Write the sample YAML which captures the one or more functional test case(s)

# Place them under open-cli-sample directory under OPEN_CLI_HOME

Once this setup is done, author can verify the OCS YAML by running the following CLI ::

 oclip <command name> --verify | -V

It will list out the success/failure of each test case written in sample YAML.