test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1] test_plans/multiprocess: Synchronize testplan and case scripts
@ 2022-07-13 10:37 Jiale Song
  0 siblings, 0 replies; 4+ messages in thread
From: Jiale Song @ 2022-07-13 10:37 UTC (permalink / raw)
  To: dts; +Cc: Jiale Song

keep the parameters used by testplan and case scripts consistent, 
both of which are "--proc-type=auto".

Signed-off-by: Jiale Song <songx.jiale@intel.com>
---
 test_plans/multiprocess_iavf_test_plan.rst | 6 +++---
 test_plans/multiprocess_test_plan.rst      | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/test_plans/multiprocess_iavf_test_plan.rst b/test_plans/multiprocess_iavf_test_plan.rst
index 0adf4bea..2f5ae54a 100644
--- a/test_plans/multiprocess_iavf_test_plan.rst
+++ b/test_plans/multiprocess_iavf_test_plan.rst
@@ -939,9 +939,9 @@ Test Case: test_multiprocess_negative_exceed_process_num
 ========================================================
 1. start 3 process exceed the specifed num 2::
 
-   ./dpdk-testpmd -l 1,2 --proc-type=primary -a 0000:05:01.0  --log-level=ice,7 -- -i --rxq=8 --txq=8 --num-procs=2 --proc-id=0
-   ./dpdk-testpmd -l 3,4 --proc-type=primary -a 0000:05:01.0  --log-level=ice,7 -- -i --rxq=8 --txq=8 --num-procs=2 --proc-id=1
-   ./dpdk-testpmd -l 5,6 --proc-type=primary -a 0000:05:01.0  --log-level=ice,7 -- -i --rxq=8 --txq=8 --num-procs=2 --proc-id=2
+   ./dpdk-testpmd -l 1,2 --proc-type=auto -a 0000:05:01.0  --log-level=ice,7 -- -i --rxq=8 --txq=8 --num-procs=2 --proc-id=0
+   ./dpdk-testpmd -l 3,4 --proc-type=auto -a 0000:05:01.0  --log-level=ice,7 -- -i --rxq=8 --txq=8 --num-procs=2 --proc-id=1
+   ./dpdk-testpmd -l 5,6 --proc-type=auto -a 0000:05:01.0  --log-level=ice,7 -- -i --rxq=8 --txq=8 --num-procs=2 --proc-id=2
 
 2. check the ouput of each process::
 
diff --git a/test_plans/multiprocess_test_plan.rst b/test_plans/multiprocess_test_plan.rst
index e9b81c8e..bfef1ca9 100644
--- a/test_plans/multiprocess_test_plan.rst
+++ b/test_plans/multiprocess_test_plan.rst
@@ -960,9 +960,9 @@ Test Case: test_multiprocess_negative_exceed_process_num
 ========================================================
 1. start 3 process exceed the specifed num 2::
 
-   ./dpdk-testpmd -l 1,2 --proc-type=primary -a 0000:05:00.0  --log-level=ice,7 -- -i --rxq=8 --txq=8 --num-procs=2 --proc-id=0
-   ./dpdk-testpmd -l 3,4 --proc-type=primary -a 0000:05:00.0  --log-level=ice,7 -- -i --rxq=8 --txq=8 --num-procs=2 --proc-id=1
-   ./dpdk-testpmd -l 5,6 --proc-type=primary -a 0000:05:00.0  --log-level=ice,7 -- -i --rxq=8 --txq=8 --num-procs=2 --proc-id=2
+   ./dpdk-testpmd -l 1,2 --proc-type=auto -a 0000:05:00.0  --log-level=ice,7 -- -i --rxq=8 --txq=8 --num-procs=2 --proc-id=0
+   ./dpdk-testpmd -l 3,4 --proc-type=auto -a 0000:05:00.0  --log-level=ice,7 -- -i --rxq=8 --txq=8 --num-procs=2 --proc-id=1
+   ./dpdk-testpmd -l 5,6 --proc-type=auto -a 0000:05:00.0  --log-level=ice,7 -- -i --rxq=8 --txq=8 --num-procs=2 --proc-id=2
 
 2. check the ouput of each process::
 
-- 
2.25.1


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

* [dts] [PATCH V1] test_plans/multiprocess: Synchronize testplan and case scripts
  2022-07-13 10:44 Jiale Song
  2022-09-07  4:42 ` Peng, Yuan
@ 2022-09-08  1:26 ` lijuan.tu
  1 sibling, 0 replies; 4+ messages in thread
From: lijuan.tu @ 2022-09-08  1:26 UTC (permalink / raw)
  To: dts, Jiale Song; +Cc: Jiale Song

On Wed, 13 Jul 2022 10:44:42 +0000, Jiale Song <songx.jiale@intel.com> wrote:
> synchronize parameters of testplan and case scripts, both are "--proc
> type=auto".
> 
> Signed-off-by: Jiale Song <songx.jiale@intel.com>

Acked-by: Lijuan Tu <lijuan.tu@intel.com>
Applied, thanks

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

* RE: [dts] [PATCH V1] test_plans/multiprocess: Synchronize testplan and case scripts
  2022-07-13 10:44 Jiale Song
@ 2022-09-07  4:42 ` Peng, Yuan
  2022-09-08  1:26 ` lijuan.tu
  1 sibling, 0 replies; 4+ messages in thread
From: Peng, Yuan @ 2022-09-07  4:42 UTC (permalink / raw)
  To: Jiale, SongX, dts; +Cc: Jiale, SongX

Acked-by: Peng, Yuan <yuan.peng@intel.com>

-----Original Message-----
From: Jiale Song <songx.jiale@intel.com> 
Sent: Wednesday, July 13, 2022 6:45 PM
To: dts@dpdk.org
Cc: Jiale, SongX <songx.jiale@intel.com>
Subject: [dts] [PATCH V1] test_plans/multiprocess: Synchronize testplan and case scripts

synchronize parameters of testplan and case scripts, both are "--proc type=auto".

Signed-off-by: Jiale Song <songx.jiale@intel.com>

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

* [dts] [PATCH V1] test_plans/multiprocess: Synchronize testplan and case scripts
@ 2022-07-13 10:44 Jiale Song
  2022-09-07  4:42 ` Peng, Yuan
  2022-09-08  1:26 ` lijuan.tu
  0 siblings, 2 replies; 4+ messages in thread
From: Jiale Song @ 2022-07-13 10:44 UTC (permalink / raw)
  To: dts; +Cc: Jiale Song

synchronize parameters of testplan and case scripts, both are "--proc
type=auto".

Signed-off-by: Jiale Song <songx.jiale@intel.com>
---
 test_plans/multiprocess_iavf_test_plan.rst | 6 +++---
 test_plans/multiprocess_test_plan.rst      | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/test_plans/multiprocess_iavf_test_plan.rst b/test_plans/multiprocess_iavf_test_plan.rst
index 0adf4bea..2f5ae54a 100644
--- a/test_plans/multiprocess_iavf_test_plan.rst
+++ b/test_plans/multiprocess_iavf_test_plan.rst
@@ -939,9 +939,9 @@ Test Case: test_multiprocess_negative_exceed_process_num
 ========================================================
 1. start 3 process exceed the specifed num 2::
 
-   ./dpdk-testpmd -l 1,2 --proc-type=primary -a 0000:05:01.0  --log-level=ice,7 -- -i --rxq=8 --txq=8 --num-procs=2 --proc-id=0
-   ./dpdk-testpmd -l 3,4 --proc-type=primary -a 0000:05:01.0  --log-level=ice,7 -- -i --rxq=8 --txq=8 --num-procs=2 --proc-id=1
-   ./dpdk-testpmd -l 5,6 --proc-type=primary -a 0000:05:01.0  --log-level=ice,7 -- -i --rxq=8 --txq=8 --num-procs=2 --proc-id=2
+   ./dpdk-testpmd -l 1,2 --proc-type=auto -a 0000:05:01.0  --log-level=ice,7 -- -i --rxq=8 --txq=8 --num-procs=2 --proc-id=0
+   ./dpdk-testpmd -l 3,4 --proc-type=auto -a 0000:05:01.0  --log-level=ice,7 -- -i --rxq=8 --txq=8 --num-procs=2 --proc-id=1
+   ./dpdk-testpmd -l 5,6 --proc-type=auto -a 0000:05:01.0  --log-level=ice,7 -- -i --rxq=8 --txq=8 --num-procs=2 --proc-id=2
 
 2. check the ouput of each process::
 
diff --git a/test_plans/multiprocess_test_plan.rst b/test_plans/multiprocess_test_plan.rst
index e9b81c8e..bfef1ca9 100644
--- a/test_plans/multiprocess_test_plan.rst
+++ b/test_plans/multiprocess_test_plan.rst
@@ -960,9 +960,9 @@ Test Case: test_multiprocess_negative_exceed_process_num
 ========================================================
 1. start 3 process exceed the specifed num 2::
 
-   ./dpdk-testpmd -l 1,2 --proc-type=primary -a 0000:05:00.0  --log-level=ice,7 -- -i --rxq=8 --txq=8 --num-procs=2 --proc-id=0
-   ./dpdk-testpmd -l 3,4 --proc-type=primary -a 0000:05:00.0  --log-level=ice,7 -- -i --rxq=8 --txq=8 --num-procs=2 --proc-id=1
-   ./dpdk-testpmd -l 5,6 --proc-type=primary -a 0000:05:00.0  --log-level=ice,7 -- -i --rxq=8 --txq=8 --num-procs=2 --proc-id=2
+   ./dpdk-testpmd -l 1,2 --proc-type=auto -a 0000:05:00.0  --log-level=ice,7 -- -i --rxq=8 --txq=8 --num-procs=2 --proc-id=0
+   ./dpdk-testpmd -l 3,4 --proc-type=auto -a 0000:05:00.0  --log-level=ice,7 -- -i --rxq=8 --txq=8 --num-procs=2 --proc-id=1
+   ./dpdk-testpmd -l 5,6 --proc-type=auto -a 0000:05:00.0  --log-level=ice,7 -- -i --rxq=8 --txq=8 --num-procs=2 --proc-id=2
 
 2. check the ouput of each process::
 
-- 
2.25.1


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

end of thread, other threads:[~2022-09-08  1:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-13 10:37 [dts] [PATCH V1] test_plans/multiprocess: Synchronize testplan and case scripts Jiale Song
2022-07-13 10:44 Jiale Song
2022-09-07  4:42 ` Peng, Yuan
2022-09-08  1:26 ` 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).