test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V2 1/2] ice_dcf_data_path: rename suite
@ 2022-07-29 16:10 Jiale Song
  2022-07-29 16:10 ` [dts] [PATCH V2 2/2] test_plans/ice_dcf_data_path: " Jiale Song
  0 siblings, 1 reply; 2+ messages in thread
From: Jiale Song @ 2022-07-29 16:10 UTC (permalink / raw)
  To: dts; +Cc: Jiale Song

rename suite 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%)

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


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

end of thread, other threads:[~2022-07-29  7:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-29 16:10 [dts] [PATCH V2 1/2] ice_dcf_data_path: rename suite Jiale Song
2022-07-29 16:10 ` [dts] [PATCH V2 2/2] test_plans/ice_dcf_data_path: " Jiale Song

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).