test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1] framework/packet: correct the contrib name
@ 2020-09-20 22:18 LihongX Ma
  2020-09-22  8:14 ` Ma, LihongX
  2020-09-23  9:00 ` Tu, Lijuan
  0 siblings, 2 replies; 3+ messages in thread
From: LihongX Ma @ 2020-09-20 22:18 UTC (permalink / raw)
  To: dts; +Cc: LihongX Ma

correct the scapy contrib file name

Signed-off-by: LihongX Ma <lihongx.ma@intel.com>
---
 framework/packet.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/framework/packet.py b/framework/packet.py
index 6a306cb..a7cd172 100644
--- a/framework/packet.py
+++ b/framework/packet.py
@@ -78,7 +78,7 @@ def get_scapy_module_impcmd():
         if m in local_modules:
             cmd_li.append(f'from {m} import {",".join(scapy_modules_required[m])}')
         else:
-            cmd_li.append(f'from scapy.contirb.{m} import {",".join(scapy_modules_required[m])}')
+            cmd_li.append(f'from scapy.contrib.{m} import {",".join(scapy_modules_required[m])}')
     return ';'.join(cmd_li)
 
 SCAPY_IMP_CMD = get_scapy_module_impcmd()
-- 
2.7.4


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

* Re: [dts] [PATCH V1] framework/packet: correct the contrib name
  2020-09-20 22:18 [dts] [PATCH V1] framework/packet: correct the contrib name LihongX Ma
@ 2020-09-22  8:14 ` Ma, LihongX
  2020-09-23  9:00 ` Tu, Lijuan
  1 sibling, 0 replies; 3+ messages in thread
From: Ma, LihongX @ 2020-09-22  8:14 UTC (permalink / raw)
  To: dts

Tested-by: lihongx Ma<lihongx.ma@intel.com>

Regards,
Ma,lihong

> -----Original Message-----
> From: Ma, LihongX <lihongx.ma@intel.com>
> Sent: Monday, September 21, 2020 6:19 AM
> To: dts@dpdk.org
> Cc: Ma, LihongX <lihongx.ma@intel.com>
> Subject: [dts][PATCH V1] framework/packet: correct the contrib name
> 
> correct the scapy contrib file name
> 


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

* Re: [dts] [PATCH V1] framework/packet: correct the contrib name
  2020-09-20 22:18 [dts] [PATCH V1] framework/packet: correct the contrib name LihongX Ma
  2020-09-22  8:14 ` Ma, LihongX
@ 2020-09-23  9:00 ` Tu, Lijuan
  1 sibling, 0 replies; 3+ messages in thread
From: Tu, Lijuan @ 2020-09-23  9:00 UTC (permalink / raw)
  To: Ma, LihongX, dts; +Cc: Ma, LihongX

> Subject: [dts] [PATCH V1] framework/packet: correct the contrib name
> 
> correct the scapy contrib file name
> 
> Signed-off-by: LihongX Ma <lihongx.ma@intel.com>

Applied

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

end of thread, other threads:[~2020-09-23  9:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-20 22:18 [dts] [PATCH V1] framework/packet: correct the contrib name LihongX Ma
2020-09-22  8:14 ` Ma, LihongX
2020-09-23  9:00 ` 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).