test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts][PATCH V1] test_plans/coremask: modify test case name
@ 2022-06-08  4:49 Yaqi Tang
  2022-06-15  9:05 ` lijuan.tu
  0 siblings, 1 reply; 2+ messages in thread
From: Yaqi Tang @ 2022-06-08  4:49 UTC (permalink / raw)
  To: dts; +Cc: Yaqi Tang

The case name of test case 3 does not match the test script, so modify the case name of test case 3.
And adjust the format of test plan according to test plan template.

Signed-off-by: Yaqi Tang <yaqi.tang@intel.com>
---
 test_plans/coremask_test_plan.rst | 52 +++++++++++++++----------------
 1 file changed, 25 insertions(+), 27 deletions(-)

diff --git a/test_plans/coremask_test_plan.rst b/test_plans/coremask_test_plan.rst
index b14d561f..074c8191 100644
--- a/test_plans/coremask_test_plan.rst
+++ b/test_plans/coremask_test_plan.rst
@@ -12,54 +12,52 @@ Prerequisites
 This test will run in any machine able to run ``test``. No traffic will be sent.
 No extra needs for ports.
 
+Test Case
+=========
 
-Test Case: individual coremask
-==============================
+Test Case 1: individual coremask
+--------------------------------
 
-Launch ``test`` once per core, set the core mask for the core::
+1. Launch ``test`` once per core, set the core mask for the core::
 
     ./x86_64-default-linuxapp-gcc/app/test/dpdk-test -c <One core mask> -n 4
 
+2. Verify: every time the application is launched the core is properly detected
+   and used.
 
-Verify: every time the application is launched the core is properly detected
-and used.
+3. Stop ``test``.
 
-Stop ``test``.
 
+Test Case 2: big coremask
+-------------------------
 
-Test Case: big coremask
-=======================
+1. Launch ``test`` with a mask bigger than the available cores::
 
-Launch ``test`` with a mask bigger than the available cores::
+    ./x86_64-default-linuxapp-gcte't'sc/app/test/dpdk-test -c <128 bits mask> -n 4
 
-    ./x86_64-default-linuxapp-gcc/app/test/dpdk-test -c <128 bits mask> -n 4
+2. Verify: the application handles the mask properly and all the available cores
+   are detected and used.
 
+3. Stop ``test``.
 
-Verify: the application handles the mask properly and all the available cores
-are detected and used.
+Test Case 3: all cores coremask
+-------------------------------
 
-Stop ``test``.
-
-Test Case: all cores
-====================
-
-Launch ``test`` with all the available cores::
+1. Launch ``test`` with all the available cores::
 
     ./x86_64-default-linuxapp-gcc/app/test/dpdk-test -c <All cores mask> -n 4
 
+2. Verify: all the cores have been detected and used by the application.
 
-Verify: all the cores have been detected and used by the application.
+3. Stop ``test``.
 
-Stop ``test``.
+Test Case 4: wrong coremask
+---------------------------
 
-Test Case: wrong coremask
-=========================
-
-Launch ``test`` with several wrong masks::
+1. Launch ``test`` with several wrong masks::
 
     ./x86_64-default-linuxapp-gcc/app/test/dpdk-test -c <Wrong mask> -n 4
 
+2. Verify: the application complains about the mask and does not start.
 
-Verify: the application complains about the mask and does not start.
-
-Stop ``test``.
+3. Stop ``test``.
-- 
2.25.1


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

* [dts][PATCH V1] test_plans/coremask: modify test case name
  2022-06-08  4:49 [dts][PATCH V1] test_plans/coremask: modify test case name Yaqi Tang
@ 2022-06-15  9:05 ` lijuan.tu
  0 siblings, 0 replies; 2+ messages in thread
From: lijuan.tu @ 2022-06-15  9:05 UTC (permalink / raw)
  To: dts, Yaqi Tang; +Cc: Yaqi Tang

On Wed,  8 Jun 2022 04:49:18 +0000, Yaqi Tang <yaqi.tang@intel.com> wrote:
> The case name of test case 3 does not match the test script, so modify the case name of test case 3.
> And adjust the format of test plan according to test plan template.
> 
> Signed-off-by: Yaqi Tang <yaqi.tang@intel.com>


Applied, thanks

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

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

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-08  4:49 [dts][PATCH V1] test_plans/coremask: modify test case name Yaqi Tang
2022-06-15  9:05 ` 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).