aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>2018-05-17 10:34:39 +0530
committerKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>2018-05-17 10:40:19 +0530
commit1d176fd37fb1e10865e3618e97093367a4eb63f4 (patch)
tree6df06f640effc4609d83d909b991279f20e71393
parent6c7f631b7e3f26ecadfaf30e9546ec0e7635f9ac (diff)
Add documentation for verification program
Issue-ID: CLI-100 Change-Id: Iafb3ff6b8375720acf18918c7d399c4ee0262fcf Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
-rw-r--r--docs/user_guide.rst13
-rw-r--r--docs/user_guide_verification_program.rst11
2 files changed, 23 insertions, 1 deletions
diff --git a/docs/user_guide.rst b/docs/user_guide.rst
index 93b106a7..b87b39c7 100644
--- a/docs/user_guide.rst
+++ b/docs/user_guide.rst
@@ -167,4 +167,15 @@ Following document provides the tutorial for PNF/VNF on-boarding tutorial using
.. toctree::
:maxdepth: 1
- user_guide_pnf_on_boarding.rst \ No newline at end of file
+ user_guide_pnf_on_boarding.rst
+
+CLI verification program
+------------------------
+OCLIP provides option to write test suite with set of test cases by authoring required
+samples and moco templates. Currently HTTP profile is enabled with this program.
+
+
+.. toctree::
+ :maxdepth: 1
+
+ user_guide_verification_program.rst
diff --git a/docs/user_guide_verification_program.rst b/docs/user_guide_verification_program.rst
new file mode 100644
index 00000000..e944d8e5
--- /dev/null
+++ b/docs/user_guide_verification_program.rst
@@ -0,0 +1,11 @@
+.. 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
+==============================================
+
+TBD. \ No newline at end of file