diff options
author | 2019-08-07 11:14:01 +0530 | |
---|---|---|
committer | 2019-08-08 12:10:48 +0530 | |
commit | 229c5d3c6b196a9b2e5bfa5513a2eb7297ed04b4 (patch) | |
tree | 5d8ef8f88a28502f68fee27be5688bf5899e2969 /docs/user_guide_verification_program.rst | |
parent | fe0d58756ea86d152fbc5b8139c54aa1b52030db (diff) |
Cli docs improvement
Documents enhancements for cli docs
Issue-ID: CLI-196
Signed-off-by: sindhu3672 <arcot.sindhuri@huawei.com>
Change-Id: Ifc96cade9970a493d182d63a90f4fcbd3f3046e8
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. |