From 229c5d3c6b196a9b2e5bfa5513a2eb7297ed04b4 Mon Sep 17 00:00:00 2001 From: sindhu3672 Date: Wed, 7 Aug 2019 11:14:01 +0530 Subject: Cli docs improvement Documents enhancements for cli docs Issue-ID: CLI-196 Signed-off-by: sindhu3672 Change-Id: Ifc96cade9970a493d182d63a90f4fcbd3f3046e8 --- docs/user_guide_verification_program.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/user_guide_verification_program.rst') 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 --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. -- cgit 1.2.3-korg