[dts] [PATCH] tests/vf_vlan: fix typos

Rami Rosen ramirose at gmail.com
Sat Jan 19 13:46:44 CET 2019


Signed-off-by: Rami Rosen <ramirose at gmail.com>
---
 tests/TestSuite_vf_vlan.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/TestSuite_vf_vlan.py b/tests/TestSuite_vf_vlan.py
index 4c7b42d..d0175b3 100644
--- a/tests/TestSuite_vf_vlan.py
+++ b/tests/TestSuite_vf_vlan.py
@@ -242,7 +242,7 @@ class TestVfVlan(TestCase):
             self.verify(
                 "received" not in out, "Received vlan packet without pvid!!!")
 
-        # send packe with vlan 0
+        # send packet with vlan 0
         out = self.send_and_getout(vlan=0, pkt_type="VLAN_UDP")
         self.verify(
             "received" in out, "Not recevied packet with vlan 0!!!")
-- 
2.19.2



More information about the dts mailing list