[dts][PATCH V1] test_plans/dynamic_flowtype: move case load dynamic device personalization to prerequisites in testplan

Li, WeiyuanX weiyuanx.li at intel.com
Thu Jun 9 10:17:39 CEST 2022


From: Weiyuan Li <weiyuanx.li at intel.com>

Test case load dynamic device personalization in testplan is a prestep in testsuite, 
move this case to Prerequisites in test plan.

Signed-off-by: Weiyuan Li <weiyuanx.li at intel.com>
---
 test_plans/dynamic_flowtype_test_plan.rst | 41 ++++++++---------------
 1 file changed, 14 insertions(+), 27 deletions(-)

diff --git a/test_plans/dynamic_flowtype_test_plan.rst b/test_plans/dynamic_flowtype_test_plan.rst
index 40364c32..6e8e5ed7 100644
--- a/test_plans/dynamic_flowtype_test_plan.rst
+++ b/test_plans/dynamic_flowtype_test_plan.rst
@@ -59,41 +59,28 @@ Prerequisites
    enable multi-queues. In general, PF's max queue is 64::
 
     ./<build>/app/dpdk-testpmd -c f -n 4 -- -i --port-topology=chained --txq=64 --rxq=64
-	 
-3. Set rxonly forwarding and enable output
 
-4. Scapy vesrion >= 2.3
+3. Load profile gtp.pkgo which is a binary file::
 
+    testpmd > port stop all
+    testpmd > ddp add (port_id) (profile_path)
+    testpmd > port start all
 
-Test Case: Load dynamic device personalization 
-================================================
+ .. note::
 
-1. Stop testpmd port before loading profile::
+   1. Gtp.pkgo profile is not released by ND yet, only have engineer version for
+      internal use so far. Plan to keep public reference profiles at Intel
+      Developer Zone, release versions of profiles and supply link later.
 
-    testpmd > port stop all
+   2. Loading DDP profile is the prerequisite for below dynamic mapping relative
+      cases, operate global reset or lanconf tool to recover original setting.
+      Global reset trigger reg is 0xb8190, cmd is global reset:
 
-2. Load profile gtp.pkgo which is a binary file::
+        testpmd > write reg 0 0xb8190 2
 
-    testpmd > ddp add (port_id) (profile_path)
-	
-3. Start testpmd port::
+4. Set rxonly forwarding and enable output
 
-    testpmd > port start all
-
-Note:
-	
-1. Gtp.pkgo profile is not released by ND yet, only have engineer version for
-   internal use so far. Plan to keep public reference profiles at Intel
-   Developer Zone, release versions of profiles and supply link later.
-	
-2. Loading DDP profile is the prerequisite for below dynamic mapping relative 
-   cases, operate global reset or lanconf tool to recover original setting. 
-   Global reset trigger reg is 0xb8190, first cmd is core reset, second cmd 
-   is global reset::
-    
-    testpmd> write reg 0 0xb8190 1
-    testpmd> write reg 0 0xb8190 2
-	  
+5. Scapy vesrion >= 2.3
 
 Test Case: Check profile info correctness
 =========================================
-- 
2.17.1



More information about the dts mailing list