test suite reviews and discussions
 help / color / mirror / Atom feed
From: Song Jiale <songx.jiale@intel.com>
To: dts@dpdk.org
Cc: Song Jiale <songx.jiale@intel.com>
Subject: [dts] [PATCH V3 2/2] tests/ice_dcf_data_path: rename suite
Date: Thu,  8 Sep 2022 11:11:48 +0000	[thread overview]
Message-ID: <20220908111148.8023-2-songx.jiale@intel.com> (raw)
In-Reply-To: <20220908111148.8023-1-songx.jiale@intel.com>

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

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


  parent reply	other threads:[~2022-09-08  2:57 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-08 11:11 [dts] [PATCH V3 1/2] test_plans/ice_dcf_data_path: " Song Jiale
2022-09-08  3:00 ` Jiale, SongX
2022-09-08 11:11 ` Song Jiale [this message]
2022-09-08  2:59   ` [dts] [PATCH V3 2/2] tests/ice_dcf_data_path: " Jiale, SongX
2022-09-08  6:27   ` Chen, LingliX
2022-09-19  1:25   ` lijuan.tu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220908111148.8023-2-songx.jiale@intel.com \
    --to=songx.jiale@intel.com \
    --cc=dts@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).