test suite reviews and discussions
 help / color / mirror / Atom feed
From: "Liu, Yong" <yong.liu@intel.com>
To: Jingguo Fu <jingguox.fu@intel.com>, dts@dpdk.org
Subject: Re: [dts] [DTS][PATCH 1/2] update cmdline test plan for parameter change update unit test plan: for cmdline, objtest -> object
Date: Wed, 03 Feb 2016 16:43:57 +0800	[thread overview]
Message-ID: <56B1BDCD.1000309@intel.com> (raw)
In-Reply-To: <1454483843-25533-1-git-send-email-jingguox.fu@intel.com>

Applied, please separate git commit log and git commit title. Email 
subject should be small and easy to read.

On 02/03/2016 03:17 PM, Jingguo Fu wrote:
> Signed-off-by: Jingguo Fu <jingguox.fu@intel.com>
> ---
>   test_plans/cmdline_test_plan.rst | 20 ++++++++++----------
>   1 file changed, 10 insertions(+), 10 deletions(-)
>
> diff --git a/test_plans/cmdline_test_plan.rst b/test_plans/cmdline_test_plan.rst
> index 3ab9be3..76b24bf 100644
> --- a/test_plans/cmdline_test_plan.rst
> +++ b/test_plans/cmdline_test_plan.rst
> @@ -76,34 +76,34 @@ Test Case: cmdline sample commands test
>   
>   Add a test object with an IP address associated to it::
>       
> -  example>add objtest 192.168.0.1
> -    Object objtest added, ip=192.168.0.1
> +  example>add object 192.168.0.1
> +    Object object added, ip=192.168.0.1
>   
>   Verify the object existance::
>           
> -  example>add objtest 192.168.0.1
> -    Object objtest already exist
> +  example>add object 192.168.0.1
> +    Object object already exist
>   
>   Show the object result by ``show`` command::
>     
> -  example>show objtest
> -    Object objtest, ip=192.168.0.1
> +  example>show object
> +    Object object, ip=192.168.0.1
>   
>   Verify the output matchs the confiuration.
>   
>   Delete the object in cmdline and show the result again::
>           
> -  example>del objtest
> -    Object objtest removed, ip=192.168.0.1
> +  example>del object
> +    Object object removed, ip=192.168.0.1
>   
>   Double delete the object to verify the correctness::
>     
> -  example>del objtest
> +  example>del object
>       Bad arguments
>   
>   Verify no such object exist now.::
>   
> -  example>show objtest
> +  example>show object
>       Bad arguments
>   
>   Verify the hidden command ? and help command::

      parent reply	other threads:[~2016-02-03  8:42 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-03  7:17 Jingguo Fu
2016-02-03  7:17 ` [dts] [DTS][PATCH 2/2] fix cmdline test case for parameter change update unit test case: " Jingguo Fu
2016-02-03  8:43 ` Liu, Yong [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=56B1BDCD.1000309@intel.com \
    --to=yong.liu@intel.com \
    --cc=dts@dpdk.org \
    --cc=jingguox.fu@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).