From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 2610C3005 for ; Wed, 3 Feb 2016 08:17:30 +0100 (CET) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga103.fm.intel.com with ESMTP; 02 Feb 2016 23:17:31 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,388,1449561600"; d="scan'208";a="904483945" Received: from shvmail01.sh.intel.com ([10.239.29.42]) by orsmga002.jf.intel.com with ESMTP; 02 Feb 2016 23:17:29 -0800 Received: from shecgisg003.sh.intel.com (shecgisg003.sh.intel.com [10.239.29.90]) by shvmail01.sh.intel.com with ESMTP id u137HRN3031368; Wed, 3 Feb 2016 15:17:27 +0800 Received: from shecgisg003.sh.intel.com (localhost [127.0.0.1]) by shecgisg003.sh.intel.com (8.13.6/8.13.6/SuSE Linux 0.8) with ESMTP id u137HOKo025567; Wed, 3 Feb 2016 15:17:26 +0800 Received: (from jingguox@localhost) by shecgisg003.sh.intel.com (8.13.6/8.13.6/Submit) id u137HOLl025563; Wed, 3 Feb 2016 15:17:24 +0800 From: Jingguo Fu To: dts@dpdk.org Date: Wed, 3 Feb 2016 15:17:22 +0800 Message-Id: <1454483843-25533-1-git-send-email-jingguox.fu@intel.com> X-Mailer: git-send-email 1.7.4.1 Cc: Jingguo Fu Subject: [dts] [DTS][PATCH 1/2] update cmdline test plan for parameter change update unit test plan: for cmdline, objtest -> object X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Feb 2016 07:17:31 -0000 Signed-off-by: Jingguo Fu --- 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:: -- 1.9.3