[V3,2/2] tests/ice_dcf_data_path: rename suite

Message ID 20220908111148.8023-2-songx.jiale@intel.com (mailing list archive)
State Accepted
Headers
Series [V3,1/2] test_plans/ice_dcf_data_path: rename suite |

Checks

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

Commit Message

Jiale, SongX Sept. 8, 2022, 11:11 a.m. UTC
  1. rename the name of ice_dcf_date_path to ice_dcf_data_path.
2. synchronize testplan modifications.

Signed-off-by: Song Jiale <songx.jiale@intel.com>
---
 ...te_ice_dcf_date_path.py => TestSuite_ice_dcf_data_path.py} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename tests/{TestSuite_ice_dcf_date_path.py => TestSuite_ice_dcf_data_path.py} (99%)
  

Comments

Jiale, SongX Sept. 8, 2022, 2:59 a.m. UTC | #1
> -----Original Message-----
> From: Jiale, SongX <songx.jiale@intel.com>
> Sent: Thursday, September 8, 2022 7:12 PM
> To: dts@dpdk.org
> Cc: Jiale, SongX <songx.jiale@intel.com>
> Subject: [dts] [PATCH V3 2/2] tests/ice_dcf_data_path: rename suite
> 
> 1. rename the name of ice_dcf_date_path to ice_dcf_data_path.
> 2. synchronize testplan modifications.
> 
> Signed-off-by: Song Jiale <songx.jiale@intel.com>
> ---
Acked-by: Peng, Yuan <yuan.peng@intel.com>
  
Lingli Chen Sept. 8, 2022, 6:27 a.m. UTC | #2
> -----Original Message-----
> From: Song Jiale <songx.jiale@intel.com>
> Sent: Thursday, September 8, 2022 7:12 PM
> To: dts@dpdk.org
> Cc: Jiale, SongX <songx.jiale@intel.com>
> Subject: [dts] [PATCH V3 2/2] tests/ice_dcf_data_path: rename suite
> 
> 1. rename the name of ice_dcf_date_path to ice_dcf_data_path.
> 2. synchronize testplan modifications.
> 
> Signed-off-by: Song Jiale <songx.jiale@intel.com>
> ---

Tested-by: Lingli Chen <linglix.chen@intel.com>
  
Tu, Lijuan Sept. 19, 2022, 1:25 a.m. UTC | #3
On Thu,  8 Sep 2022 11:11:48 +0000, Song Jiale <songx.jiale@intel.com> wrote:
> 1. rename the name of ice_dcf_date_path to ice_dcf_data_path.
> 2. synchronize testplan modifications.
> 
> Signed-off-by: Song Jiale <songx.jiale@intel.com>

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

Patch

diff --git a/tests/TestSuite_ice_dcf_date_path.py b/tests/TestSuite_ice_dcf_data_path.py
similarity index 99%
rename from tests/TestSuite_ice_dcf_date_path.py
rename to tests/TestSuite_ice_dcf_data_path.py
index 3181aad7..a31681fb 100644
--- a/tests/TestSuite_ice_dcf_date_path.py
+++ b/tests/TestSuite_ice_dcf_data_path.py
@@ -10,7 +10,7 @@  from framework.pmd_output import PmdOutput
 from framework.test_case import TestCase
 
 
-class DcfDatePathTest(TestCase):
+class DcfDataPathTest(TestCase):
     vf_mac = "D2:6B:4C:EB:1C:26"
     wrong_mac = "68:05:CA:8D:ED:A8"
 
@@ -37,7 +37,7 @@  class DcfDatePathTest(TestCase):
     def set_up(self):
         self.pmd_output.start_testpmd(
             cores="1S/4C/1T",
-            param="--txq=2 --rxq=2 --txd=384 --rxd=384",
+            param="--txq=4 --rxq=4",
             prefix="vf",
             ports=[self.used_vf_pci],
             port_options={self.used_vf_pci: "cap=dcf"},