[V1] test_plans/multiprocess: Synchronize testplan and case scripts

Message ID 20220713104442.1459547-1-songx.jiale@intel.com (mailing list archive)
State Accepted
Headers
Series [V1] test_plans/multiprocess: Synchronize testplan and case scripts |

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

Jiale, SongX July 13, 2022, 10:44 a.m. UTC
  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(-)
  

Comments

Peng, Yuan Sept. 7, 2022, 4:42 a.m. UTC | #1
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>
  
Tu, Lijuan Sept. 8, 2022, 1:26 a.m. UTC | #2
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
  

Patch

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