[dts] [PATCH] test_plans: fix a typo in QinQ test plan

Rami Rosen ramirose at gmail.com
Thu Dec 27 20:37:31 CET 2018


This patch fixes a typo in QinQ test plan.

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

diff --git a/test_plans/qinq_filter_test_plan.rst b/test_plans/qinq_filter_test_plan.rst
index 10f697c..b8d7c34 100644
--- a/test_plans/qinq_filter_test_plan.rst
+++ b/test_plans/qinq_filter_test_plan.rst
@@ -197,7 +197,7 @@ tester Configuration
     sendp([Ether(dst="3C:FD:FE:A3:A0:AE")/Dot1Q(type=0x8100,vlan=2)/Dot1Q(type=0x8100,vlan=4094)/IP(src="192.168.0.1", dst="192.168.0.2")/Raw('x' * 20)], iface="eth17")
     sendp([Ether(dst="3C:FD:FE:A3:A0:AE")/Dot1Q(type=0x8100,vlan=3)/Dot1Q(type=0x8100,vlan=4094)/IP(src="192.168.0.1", dst="192.168.0.2")/Raw('x' * 20)], iface="eth17")
 
-Test Case 4: qinq packet filter with diffierent tpid
+Test Case 4: qinq packet filter with different tpid
 ====================================================
 #. create VF on dut::
 
-- 
2.19.2



More information about the dts mailing list