test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH]test_plans: change mpls packet format
@ 2020-08-11 13:23 Peng Yuan
  2020-08-13  3:04 ` Tu, Lijuan
  0 siblings, 1 reply; 2+ messages in thread
From: Peng Yuan @ 2020-08-11 13:23 UTC (permalink / raw)
  To: dts; +Cc: Peng Yuan

add MPLS label to MPLS packet

Signed-off-by: Peng Yuan <yuan.peng@intel.com>

diff --git a/test_plans/iavf_fdir_test_plan.rst b/test_plans/iavf_fdir_test_plan.rst
index eb35b8c5..b2c35535 100644
--- a/test_plans/iavf_fdir_test_plan.rst
+++ b/test_plans/iavf_fdir_test_plan.rst
@@ -163,6 +163,7 @@ Prerequisites
     >>> sys.path.append('/root')
     >>> from pfcp import PFCP
     >>> from scapy.contrib.gtp import *
+    >>> from scapy.contrib.mpls import *
 
 
 Default parameters
@@ -1446,7 +1447,7 @@ Subcase 1: L2 Ethertype queue index
 
 6. send a mismatched packet::
 
-    sendp([Ether(dst="00:11:22:33:44:55",type=0x8847)],iface="enp134s0f1")
+    sendp([Ether(dst="00:11:22:33:44:55",type=0x8847)/MPLS(label=0xee456)/IP()],iface="enp134s0f1")
 
    check the packet received has not FDIR matched ID.
 
-- 
2.17.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [dts] [PATCH]test_plans: change mpls packet format
  2020-08-11 13:23 [dts] [PATCH]test_plans: change mpls packet format Peng Yuan
@ 2020-08-13  3:04 ` Tu, Lijuan
  0 siblings, 0 replies; 2+ messages in thread
From: Tu, Lijuan @ 2020-08-13  3:04 UTC (permalink / raw)
  To: Peng, Yuan, dts; +Cc: Peng, Yuan

> Subject: [dts] [PATCH]test_plans: change mpls packet format
> 
> add MPLS label to MPLS packet
> 
> Signed-off-by: Peng Yuan <yuan.peng@intel.com>

Applied

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-08-13  3:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-11 13:23 [dts] [PATCH]test_plans: change mpls packet format Peng Yuan
2020-08-13  3:04 ` Tu, Lijuan

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).