test suite reviews and discussions
 help / color / mirror / Atom feed
From: Weiyuan Li <weiyuanx.li@intel.com>
To: dts@dpdk.org, qi.fu@intel.com
Cc: Weiyuan Li <weiyuanx.li@intel.com>
Subject: [dts][PATCH V3 3/3] tests/vlan_ethertype_config: modify case name to match test plan
Date: Mon,  5 Sep 2022 22:48:52 +0800	[thread overview]
Message-ID: <20220905144852.5158-3-weiyuanx.li@intel.com> (raw)
In-Reply-To: <20220905144852.5158-1-weiyuanx.li@intel.com>

Modify test case name to match test plan.

Signed-off-by: Weiyuan Li <weiyuanx.li@intel.com>
---
 tests/TestSuite_vlan_ethertype_config.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tests/TestSuite_vlan_ethertype_config.py b/tests/TestSuite_vlan_ethertype_config.py
index 409adf2a..b641d928 100644
--- a/tests/TestSuite_vlan_ethertype_config.py
+++ b/tests/TestSuite_vlan_ethertype_config.py
@@ -202,7 +202,7 @@ class TestVlanEthertypeConfig(TestCase):
                 )
                 self.check_vlan_packets(rx_vlan, tpid, self.rxItf)
 
-    def test_vlan_add_vlan_tag(self):
+    def test_add_vlan_tag_identifier_with_change_vlan_tpid(self):
         """
         test adding VLAN Tag Identifier with changing VLAN TPID
         """
@@ -235,7 +235,7 @@ class TestVlanEthertypeConfig(TestCase):
 
         self.dut.send_expect("stop", "testpmd> ", 30)
 
-    def test_vlan_strip(self):
+    def test_vlan_header_strip_with_change_vlan_tpid(self):
         """
         Test Case 4: test VLAN header striping with changing VLAN TPID
         """
@@ -265,7 +265,7 @@ class TestVlanEthertypeConfig(TestCase):
                 )
                 self.check_vlan_packets(rx_vlan, tpid, self.rxItf)
 
-    def test_vlan_enable_vlan_insertion(self):
+    def test_vlan_header_insert_with_change_vlan_tpid(self):
         """
         Test Case 5: test VLAN header inserting with changing VLAN TPID
         """
-- 
2.27.0


  parent reply	other threads:[~2022-09-05 14:48 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-05 14:48 [dts][PATCH V3 1/3] test_plans/vlan_ethertype_config: highlight check tpid point in " Weiyuan Li
2022-09-05 14:48 ` [dts][PATCH V3 2/3] tests/vlan: modify script to match the " Weiyuan Li
2022-09-05 14:48 ` Weiyuan Li [this message]
2022-09-06  8:02   ` [dts][PATCH V3 3/3] tests/vlan_ethertype_config: modify case name to match " 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=20220905144852.5158-3-weiyuanx.li@intel.com \
    --to=weiyuanx.li@intel.com \
    --cc=dts@dpdk.org \
    --cc=qi.fu@intel.com \
    /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).