test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1] tests/TestSuite_external_memory: fix wrong expect value
@ 2021-02-05  8:17 Zhou Jun
  2021-02-05  8:21 ` Zhou, JunX W
  2021-02-19  8:05 ` Tu, Lijuan
  0 siblings, 2 replies; 3+ messages in thread
From: Zhou Jun @ 2021-02-05  8:17 UTC (permalink / raw)
  To: dts; +Cc: Zhou Jun

fix wrong expect value

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

diff --git a/tests/TestSuite_external_memory.py b/tests/TestSuite_external_memory.py
index b379ccb..0224a31 100644
--- a/tests/TestSuite_external_memory.py
+++ b/tests/TestSuite_external_memory.py
@@ -93,7 +93,7 @@ class TestExternalMemory(TestCase):
         self.insmod_modprobe(modename="igb_uio")
         self.eal_para = self.dut.create_eal_parameters(cores="1S/4C/1T")
         self.dut.send_expect(r'./%s %s -- --mp-alloc=xmem -i'
-                             % (self.app_testpmd_path, self.eal_para), "link state change event", 60)
+                             % (self.app_testpmd_path, self.eal_para), "testpmd>", 60)
         self.verifier_result()
 
     def test_IGB_UIO_xmemhuage(self):
@@ -103,7 +103,7 @@ class TestExternalMemory(TestCase):
         self.insmod_modprobe(modename="igb_uio")
         self.eal_para = self.dut.create_eal_parameters(cores="1S/4C/1T")
         self.dut.send_expect(r'./%s %s -- --mp-alloc=xmemhuge -i'
-                             % (self.app_testpmd_path, self.eal_para), "link state change event", 60)
+                             % (self.app_testpmd_path, self.eal_para), "testpmd>", 60)
         self.verifier_result()
 
     def test_VFIO_PCI_xmem(self):
-- 
1.8.3.1


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

* Re: [dts] [PATCH V1] tests/TestSuite_external_memory: fix wrong expect value
  2021-02-05  8:17 [dts] [PATCH V1] tests/TestSuite_external_memory: fix wrong expect value Zhou Jun
@ 2021-02-05  8:21 ` Zhou, JunX W
  2021-02-19  8:05 ` Tu, Lijuan
  1 sibling, 0 replies; 3+ messages in thread
From: Zhou, JunX W @ 2021-02-05  8:21 UTC (permalink / raw)
  To: Zhou, JunX W, dts

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

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

-----Original Message-----
From: Zhou Jun [mailto:junx.w.zhou@intel.com] 
Sent: Friday, February 5, 2021 4:18 PM
To: dts@dpdk.org
Cc: Zhou, JunX W <junx.w.zhou@intel.com>
Subject: [dts][PATCH V1] tests/TestSuite_external_memory: fix wrong expect value


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

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

* Re: [dts] [PATCH V1] tests/TestSuite_external_memory: fix wrong expect value
  2021-02-05  8:17 [dts] [PATCH V1] tests/TestSuite_external_memory: fix wrong expect value Zhou Jun
  2021-02-05  8:21 ` Zhou, JunX W
@ 2021-02-19  8:05 ` Tu, Lijuan
  1 sibling, 0 replies; 3+ messages in thread
From: Tu, Lijuan @ 2021-02-19  8:05 UTC (permalink / raw)
  To: Zhou, JunX W, dts; +Cc: Zhou, JunX W

> fix wrong expect value
> 
> Signed-off-by: Zhou Jun <junx.w.zhou@intel.com>

Applied

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

end of thread, other threads:[~2021-02-19  8:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-05  8:17 [dts] [PATCH V1] tests/TestSuite_external_memory: fix wrong expect value Zhou Jun
2021-02-05  8:21 ` Zhou, JunX W
2021-02-19  8:05 ` 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).