diff options
author | Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com> | 2018-05-17 10:34:39 +0530 |
---|---|---|
committer | Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com> | 2018-05-17 10:40:19 +0530 |
commit | 1d176fd37fb1e10865e3618e97093367a4eb63f4 (patch) | |
tree | 6df06f640effc4609d83d909b991279f20e71393 /docs/user_guide.rst | |
parent | 6c7f631b7e3f26ecadfaf30e9546ec0e7635f9ac (diff) |
Add documentation for verification program
Issue-ID: CLI-100
Change-Id: Iafb3ff6b8375720acf18918c7d399c4ee0262fcf
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Diffstat (limited to 'docs/user_guide.rst')
-rw-r--r-- | docs/user_guide.rst | 13 |
1 files changed, 12 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 |