[V2,1/2] tests/ice_dcf_data_path: rename suite

Message ID 20220801095804.11475-1-songx.jiale@intel.com (mailing list archive)
State Superseded
Headers
Series [V2,1/2] tests/ice_dcf_data_path: rename suite |

Commit Message

Jiale, SongX Aug. 1, 2022, 9:58 a.m. UTC
  rename the name of ice_dcf_date_path to ice_dcf_data_path and synchronize testplan modifications.

Signed-off-by: Jiale Song <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%)
  

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..83d17a33 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 --txd=384 --rxd=384",
             prefix="vf",
             ports=[self.used_vf_pci],
             port_options={self.used_vf_pci: "cap=dcf"},