[dts] [PATCH V1] tests/vlan_ethertype_config Modify the parameters

zhu,shuai shuaix.zhu at intel.com
Tue Feb 6 10:45:54 CET 2018


Perhaps the older version is used in PKT_RX_VLAN_PKT, and now the version exists PKT_RX_VLAN.
Signed-off-by: zhu,shuai <shuaix.zhu at intel.com>
---
 tests/TestSuite_vlan_ethertype_config.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/TestSuite_vlan_ethertype_config.py b/tests/TestSuite_vlan_ethertype_config.py
index 98bbfe6..8e6dd49 100644
--- a/tests/TestSuite_vlan_ethertype_config.py
+++ b/tests/TestSuite_vlan_ethertype_config.py
@@ -189,7 +189,7 @@ class TestVlanEthertypeConfig(TestCase):
                 self.vlan_send_packet(rx_vlan, tpid)
                 out = self.dut.get_session_output()
                 self.verify(
-                    "PKT_RX_VLAN_PKT" in out, "Vlan recognized error:" + str(out))
+                    "PKT_RX_VLAN" in out, "Vlan recognized error:" + str(out))
 
     def test_vlan_filter_on_off(self):
         """
-- 
1.9.3



More information about the dts mailing list