aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>2018-06-04 22:13:45 +0530
committerKanagaraj Manickam <kanagaraj.manickam@huawei.com>2018-06-06 08:58:26 +0000
commit7b38bf64c354ede870b7cd0ab88f02b031d1d0f6 (patch)
tree80db1b32f1c85ac8d9071731bd4a90667be639d3 /docs
parentafd048b04a101f733727ef4c5f6a48b6deadc7c1 (diff)
Update the verification program guide
Issue-ID: CLI-114 Change-Id: I2a8060179908bdf4feb0aa905b556a46fa7ba905 Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com> (cherry picked from commit a34d77abb5fa01645d688229ffb498da64c2bcbe)
Diffstat (limited to 'docs')
-rw-r--r--docs/user_guide_verification_program.rst17
1 files changed, 16 insertions, 1 deletions
diff --git a/docs/user_guide_verification_program.rst b/docs/user_guide_verification_program.rst
index e944d8e5..462badb8 100644
--- a/docs/user_guide_verification_program.rst
+++ b/docs/user_guide_verification_program.rst
@@ -8,4 +8,19 @@
CLI verification program
==============================================
-TBD. \ No newline at end of file
+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 capture the HTTP request and response in moco style
+
+# Write the sample YAML which capture 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 cases written in sample YAML.