diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/user_guide.rst | 13 | ||||
-rw-r--r-- | docs/user_guide_verification_program.rst | 11 |
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 |