[dts] [PATCH V3 2/2] tests/ice_dcf_data_path: rename suite

Song Jiale songx.jiale at intel.com
Thu Sep 8 13:11:48 CEST 2022


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 at 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%)

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"},
-- 
2.17.1



More information about the dts mailing list