From 1d176fd37fb1e10865e3618e97093367a4eb63f4 Mon Sep 17 00:00:00 2001 From: Kanagaraj Manickam k00365106 Date: Thu, 17 May 2018 10:34:39 +0530 Subject: Add documentation for verification program Issue-ID: CLI-100 Change-Id: Iafb3ff6b8375720acf18918c7d399c4ee0262fcf Signed-off-by: Kanagaraj Manickam k00365106 --- docs/user_guide.rst | 13 ++++++++++++- docs/user_guide_verification_program.rst | 11 +++++++++++ 2 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 docs/user_guide_verification_program.rst 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 -- cgit 1.2.3-korg