[V3,3/3] tests/vlan_ethertype_config: modify case name to match test plan

Message ID 20220905144852.5158-3-weiyuanx.li@intel.com (mailing list archive)
State Accepted
Headers
Series [V3,1/3] test_plans/vlan_ethertype_config: highlight check tpid point in test plan |

Commit Message

Weiyuan Li Sept. 5, 2022, 2:48 p.m. UTC
  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(-)
  

Comments

Tu, Lijuan Sept. 6, 2022, 8:02 a.m. UTC | #1
On Mon,  5 Sep 2022 22:48:52 +0800, Weiyuan Li <weiyuanx.li@intel.com> wrote:
> Modify test case name to match test plan.
> 
> Signed-off-by: Weiyuan Li <weiyuanx.li@intel.com>

Acked-by: Lijuan Tu <lijuan.tu@intel.com>
Series applied, thanks
  

Patch

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
         """