[V1] framework/packet:add more gtp module suppoprt
Checks
Context |
Check |
Description |
ci/Intel-dts-format-test |
success
|
Testing OK
|
ci/Intel-dts-pylama-test |
success
|
Testing OK
|
ci/Intel-dts-suite-test |
success
|
Testing OK
|
Commit Message
according to test suite of ice_advanced_iavf_rss_gtpu,need more gtp
module support,add required modules to the framework.
Signed-off-by: Zhimin Huang <zhiminx.huang@intel.com>
---
framework/packet.py | 9 +++++++++
1 file changed, 9 insertions(+)
@@ -50,6 +50,15 @@ scapy_modules_required = {
"GTPPDUSessionContainer",
"GTPEchoRequest",
"GTPEchoResponse",
+ "GTPHeader",
+ "GTPCreatePDPContextRequest",
+ "GTPCreatePDPContextResponse",
+ "GTPUpdatePDPContextRequest",
+ "GTPUpdatePDPContextResponse",
+ "GTPDeletePDPContextRequest",
+ "GTPDeletePDPContextResponse",
+ "GTPPDUNotificationRequest",
+ "GTPSupportedExtensionHeadersNotification",
],
"scapy.contrib.lldp": ["LLDPDU", "LLDPDUManagementAddress"],
"scapy.contrib.pfcp": ["PFCP"],