test suite reviews and discussions
 help / color / mirror / Atom feed
* Re: [dts] [PATCH V1] tests/TestSuite_ipv4_reassembly: Fix class variable name errors
  2020-12-18  6:14 [dts] [PATCH V1] tests/TestSuite_ipv4_reassembly: Fix class variable name errors Zhou Jun
@ 2020-12-18  6:12 ` Zhou, JunX W
  2020-12-22  2:24 ` Tu, Lijuan
  1 sibling, 0 replies; 3+ messages in thread
From: Zhou, JunX W @ 2020-12-18  6:12 UTC (permalink / raw)
  To: Zhou, JunX W, dts

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

Tested-by: Zhou, Jun <junx.w.zhou@intel.com> 

-----Original Message-----
From: Zhou Jun [mailto:junx.w.zhou@intel.com] 
Sent: Friday, December 18, 2020 2:14 PM
To: dts@dpdk.org
Cc: Zhou, JunX W <junx.w.zhou@intel.com>
Subject: [dts][PATCH V1] tests/TestSuite_ipv4_reassembly: Fix class variable name errors


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

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

* [dts] [PATCH V1] tests/TestSuite_ipv4_reassembly: Fix class variable name errors
@ 2020-12-18  6:14 Zhou Jun
  2020-12-18  6:12 ` Zhou, JunX W
  2020-12-22  2:24 ` Tu, Lijuan
  0 siblings, 2 replies; 3+ messages in thread
From: Zhou Jun @ 2020-12-18  6:14 UTC (permalink / raw)
  To: dts; +Cc: Zhou Jun

Fix class variable name errors.

Signed-off-by: Zhou Jun <junx.w.zhou@intel.com>
---
 tests/TestSuite_ipv4_reassembly.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/TestSuite_ipv4_reassembly.py b/tests/TestSuite_ipv4_reassembly.py
index 20164474..0342fb0a 100644
--- a/tests/TestSuite_ipv4_reassembly.py
+++ b/tests/TestSuite_ipv4_reassembly.py
@@ -71,7 +71,7 @@ class IpReassemblyTestConfig(object):
         self.packets_config()
 
     def cpu_config(self):
-        self.eal_para = self.dut.create_eal_parameters(cores='1S/1C/1T')
+        self.eal_para = self.test_case.dut.create_eal_parameters(cores='1S/1C/1T')
         self.core_list = self.test_case.dut.get_core_list('1S/1C/1T')
         self.core_mask = utils.create_mask(self.core_list)
         self.memory_channels = self.test_case.dut.get_memory_channels()
-- 
2.17.1


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

* Re: [dts] [PATCH V1] tests/TestSuite_ipv4_reassembly: Fix class variable name errors
  2020-12-18  6:14 [dts] [PATCH V1] tests/TestSuite_ipv4_reassembly: Fix class variable name errors Zhou Jun
  2020-12-18  6:12 ` Zhou, JunX W
@ 2020-12-22  2:24 ` Tu, Lijuan
  1 sibling, 0 replies; 3+ messages in thread
From: Tu, Lijuan @ 2020-12-22  2:24 UTC (permalink / raw)
  To: Zhou, JunX W, dts; +Cc: Zhou, JunX W

> Fix class variable name errors.
> 
> Signed-off-by: Zhou Jun <junx.w.zhou@intel.com>

Applied with commit message changed.

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

end of thread, other threads:[~2020-12-22  2:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-18  6:14 [dts] [PATCH V1] tests/TestSuite_ipv4_reassembly: Fix class variable name errors Zhou Jun
2020-12-18  6:12 ` Zhou, JunX W
2020-12-22  2:24 ` 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).