[dts] [DTS][PATCH 1/2] update cmdline test plan for parameter change update unit test plan: for cmdline, objtest -> object

Jingguo Fu jingguox.fu at intel.com
Wed Feb 3 08:17:22 CET 2016


Signed-off-by: Jingguo Fu <jingguox.fu at 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::
-- 
1.9.3



More information about the dts mailing list