* [dts][PATCH V1] framework/packet: optimize support for more gtp modules
@ 2023-03-28 6:30 Weiyuan Li
0 siblings, 0 replies; only message in thread
From: Weiyuan Li @ 2023-03-28 6:30 UTC (permalink / raw)
To: dts; +Cc: Weiyuan Li
For packet.py, only support limited gtp modules, some test cases require support for the echo-request/echo-reponse modules.
Signed-off-by: Weiyuan Li <weiyuanx.li@intel.com>
---
framework/packet.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/framework/packet.py b/framework/packet.py
index f56bf178..e1c0647d 100644
--- a/framework/packet.py
+++ b/framework/packet.py
@@ -45,7 +45,7 @@ if not os.path.exists(TMP_PATH):
os.system("mkdir -p %s" % TMP_PATH)
scapy_modules_required = {
- "scapy.contrib.gtp": ["GTP_U_Header", "GTPPDUSessionContainer"],
+ "scapy.contrib.gtp": ["GTP_U_Header", "GTPPDUSessionContainer", "GTPEchoRequest", "GTPEchoResponse"],
"scapy.contrib.lldp": ["LLDPDU", "LLDPDUManagementAddress"],
"scapy.contrib.pfcp": ["PFCP"],
"scapy.contrib.nsh": ["NSH"],
--
2.27.0
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2023-03-28 6:29 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-28 6:30 [dts][PATCH V1] framework/packet: optimize support for more gtp modules Weiyuan Li
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).