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

Message ID 20220609081739.844-1-weiyuanx.li@intel.com (mailing list archive)
State Accepted
Headers
Series [V1] test_plans/dynamic_flowtype: move case load dynamic device personalization to prerequisites in testplan |

Checks

Context Check Description
ci/Intel-dts-format-test success Testing OK
ci/Intel-dts-pylama-test success Testing OK
ci/Intel-dts-doc-test success Testing OK
ci/Intel-dts-suite-test warning SKIPPED

Commit Message

Weiyuan Li June 9, 2022, 8:17 a.m. UTC
  From: Weiyuan Li <weiyuanx.li@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@intel.com>
---
 test_plans/dynamic_flowtype_test_plan.rst | 41 ++++++++---------------
 1 file changed, 14 insertions(+), 27 deletions(-)
  

Comments

Tu, Lijuan June 15, 2022, 9:18 a.m. UTC | #1
On Thu,  9 Jun 2022 16:17:39 +0800, "Li, WeiyuanX" <weiyuanx.li@intel.com> wrote:
> From: Weiyuan Li <weiyuanx.li@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@intel.com>


Applied, thanks
  

Patch

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
 =========================================