diff options
author | Kanagaraj Manickam <kanagaraj.manickam@huawei.com> | 2019-08-08 11:48:47 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-08-08 11:48:47 +0000 |
commit | 083b7660f601db7c1e8fb8fb79279a637fbc58fa (patch) | |
tree | 58eb52ba2a639acf9b2456acd75e8ef96fd2a01b /docs/user_guide_verification_program.rst | |
parent | 1fc7be996ea4d044dbea50187ac0885dafe2bdb7 (diff) | |
parent | 229c5d3c6b196a9b2e5bfa5513a2eb7297ed04b4 (diff) |
Merge "Cli docs improvement"
Diffstat (limited to 'docs/user_guide_verification_program.rst')
-rw-r--r-- | docs/user_guide_verification_program.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/user_guide_verification_program.rst b/docs/user_guide_verification_program.rst index 462badb8..05bcb28b 100644 --- a/docs/user_guide_verification_program.rst +++ b/docs/user_guide_verification_program.rst @@ -13,9 +13,9 @@ in future it could be extended to other profile) for authoring the testing the C 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 moco JSON which captures the HTTP request and response in moco style -# Write the sample YAML which capture the one or more functional test case(s) +# Write the sample YAML which captures the one or more functional test case(s) # Place them under open-cli-sample directory under OPEN_CLI_HOME @@ -23,4 +23,4 @@ Once this setup is done, author can verify the OCS YAML by running the following oclip <command name> --verify | -V -It will list out the success/failure of each test cases written in sample YAML. +It will list out the success/failure of each test case written in sample YAML. |