test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1] tests/TestSuite_tso:update scapy_modules path
@ 2020-09-18  3:05 Chen Linglix
  2020-09-18  3:11 ` Chen, LingliX
  2020-09-28  8:38 ` Tu, Lijuan
  0 siblings, 2 replies; 4+ messages in thread
From: Chen Linglix @ 2020-09-18  3:05 UTC (permalink / raw)
  To: dts; +Cc: Chen Linglix

update scapy_modules path

Signed-off-by: Chen Linglix <linglix.chen@intel.com>
---
 tests/TestSuite_tso.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/TestSuite_tso.py b/tests/TestSuite_tso.py
index d0bff6c..e7b4a8c 100644
--- a/tests/TestSuite_tso.py
+++ b/tests/TestSuite_tso.py
@@ -106,7 +106,7 @@ class TestTSO(TestCase):
         Load vxlan or nvgre module to scapy.
         """
         cwd = os.getcwd()
-        dir_module = cwd + r'/' + 'dep'
+        dir_module = cwd + r'/' + 'dep' + '/scapy_modules'
         self.tester.scapy_append('sys.path.append("%s")' % dir_module)
         self.tester.scapy_append("from vxlan import VXLAN")
         self.tester.scapy_append('from nvgre import NVGRE')
-- 
1.8.3.1


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

* Re: [dts] [PATCH V1] tests/TestSuite_tso:update scapy_modules path
  2020-09-18  3:05 [dts] [PATCH V1] tests/TestSuite_tso:update scapy_modules path Chen Linglix
@ 2020-09-18  3:11 ` Chen, LingliX
  2020-09-22  8:09   ` Ma, LihongX
  2020-09-28  8:38 ` Tu, Lijuan
  1 sibling, 1 reply; 4+ messages in thread
From: Chen, LingliX @ 2020-09-18  3:11 UTC (permalink / raw)
  To: dts

[-- Attachment #1: Type: text/plain, Size: 319 bytes --]

Tested-by:  Chen, LingliX <linglix.chen@intel.com>

Regards,
Chen, LingliX

> -----Original Message-----
> From: Chen, LingliX
> Sent: Friday, September 18, 2020 11:05 AM
> To: dts@dpdk.org
> Cc: Chen, LingliX <linglix.chen@intel.com>
> Subject: [dts][PATCH V1] tests/TestSuite_tso:update scapy_modules path

[-- Attachment #2: TestTSO.log --]
[-- Type: application/octet-stream, Size: 94963 bytes --]

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

* Re: [dts] [PATCH V1] tests/TestSuite_tso:update scapy_modules path
  2020-09-18  3:11 ` Chen, LingliX
@ 2020-09-22  8:09   ` Ma, LihongX
  0 siblings, 0 replies; 4+ messages in thread
From: Ma, LihongX @ 2020-09-22  8:09 UTC (permalink / raw)
  To: Chen, LingliX, dts

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

Regards,
Ma,lihong

> -----Original Message-----
> From: dts <dts-bounces@dpdk.org> On Behalf Of Chen, LingliX
> Sent: Friday, September 18, 2020 11:12 AM
> To: dts@dpdk.org
> Subject: Re: [dts] [PATCH V1] tests/TestSuite_tso:update scapy_modules path
> 


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

* Re: [dts] [PATCH V1] tests/TestSuite_tso:update scapy_modules path
  2020-09-18  3:05 [dts] [PATCH V1] tests/TestSuite_tso:update scapy_modules path Chen Linglix
  2020-09-18  3:11 ` Chen, LingliX
@ 2020-09-28  8:38 ` Tu, Lijuan
  1 sibling, 0 replies; 4+ messages in thread
From: Tu, Lijuan @ 2020-09-28  8:38 UTC (permalink / raw)
  To: Chen, LingliX, dts; +Cc: Chen, LingliX

> update scapy_modules path
> 
> Signed-off-by: Chen Linglix <linglix.chen@intel.com>

Applied

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

end of thread, other threads:[~2020-09-28  8:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-18  3:05 [dts] [PATCH V1] tests/TestSuite_tso:update scapy_modules path Chen Linglix
2020-09-18  3:11 ` Chen, LingliX
2020-09-22  8:09   ` Ma, LihongX
2020-09-28  8:38 ` 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).