test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts][PATCH V1] test_plans/dynamic_flowtype: move case load dynamic device personalization to prerequisites in testplan
@ 2022-06-09  8:17 Li, WeiyuanX
  2022-06-15  9:18 ` lijuan.tu
  0 siblings, 1 reply; 2+ messages in thread
From: Li, WeiyuanX @ 2022-06-09  8:17 UTC (permalink / raw)
  To: dts, yuan.peng; +Cc: Weiyuan Li

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(-)

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [dts][PATCH V1] test_plans/dynamic_flowtype: move case load dynamic device personalization to prerequisites in testplan
  2022-06-09  8:17 [dts][PATCH V1] test_plans/dynamic_flowtype: move case load dynamic device personalization to prerequisites in testplan Li, WeiyuanX
@ 2022-06-15  9:18 ` lijuan.tu
  0 siblings, 0 replies; 2+ messages in thread
From: lijuan.tu @ 2022-06-15  9:18 UTC (permalink / raw)
  To: dts, yuan.peng, Li, WeiyuanX; +Cc: Weiyuan Li

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-06-15  9:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-09  8:17 [dts][PATCH V1] test_plans/dynamic_flowtype: move case load dynamic device personalization to prerequisites in testplan Li, WeiyuanX
2022-06-15  9:18 ` lijuan.tu

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).