test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1] tests/external_memory:modify expected feedback
@ 2019-11-05 19:23 Xiaoxiao Zeng
  2019-11-06  1:15 ` Ma, LihongX
  2019-11-22  5:46 ` Tu, Lijuan
  0 siblings, 2 replies; 3+ messages in thread
From: Xiaoxiao Zeng @ 2019-11-05 19:23 UTC (permalink / raw)
  To: dts; +Cc: Xiaoxiao Zeng

*.change expected testpmd> to link state change event.

Signed-off-by: Xiaoxiao Zeng <xiaoxiaox.zeng@intel.com>
---
 tests/TestSuite_external_memory.py | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/tests/TestSuite_external_memory.py b/tests/TestSuite_external_memory.py
index 9a75427..bb6d51e 100644
--- a/tests/TestSuite_external_memory.py
+++ b/tests/TestSuite_external_memory.py
@@ -92,7 +92,7 @@ class TestExternalMemory(TestCase):
         self.insmod_modprobe(modename="igb_uio")
         cmd = "./%s/app/testpmd -c %s -n 4 -- --mp-alloc=xmem -i"%(self.target,self.coremask)
 
-        self.dut.send_expect(cmd,"testpmd>",60)
+        self.dut.send_expect(cmd,"link state change event",60)
         self.verifier_result()
 
     def test_IGB_UIO_xmemhuage(self):
@@ -103,7 +103,7 @@ class TestExternalMemory(TestCase):
 
         cmd = "./%s/app/testpmd -c %s -n 4 -- --mp-alloc=xmemhuge -i"%(self.target,self.coremask)
 
-        self.dut.send_expect(cmd,"testpmd>",60)
+        self.dut.send_expect(cmd,"link state change event",60)
         self.verifier_result()
 
     def test_VFIO_PCI_xmem(self):
@@ -113,7 +113,7 @@ class TestExternalMemory(TestCase):
         self.insmod_modprobe(modename="vfio-pci")
 
         cmd = "./%s/app/testpmd -c %s -n 4 -- --mp-alloc=xmem -i"%(self.target,self.coremask)
-        self.dut.send_expect(cmd,"testpmd>",60)
+        self.dut.send_expect(cmd,"link state change event",60)
 
         self.verifier_result()
 
@@ -123,7 +123,7 @@ class TestExternalMemory(TestCase):
         """
         self.insmod_modprobe(modename="vfio-pci")
         cmd = "./%s/app/testpmd -c %s -n 4 -- --mp-alloc=xmemhuge -i"%(self.target,self.coremask)
-        self.dut.send_expect(cmd,"testpmd>",60)
+        self.dut.send_expect(cmd,"link state change event",60)
 
         self.verifier_result()
 
-- 
2.17.0


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

end of thread, other threads:[~2019-11-22  5:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-05 19:23 [dts] [PATCH V1] tests/external_memory:modify expected feedback Xiaoxiao Zeng
2019-11-06  1:15 ` Ma, LihongX
2019-11-22  5:46 ` 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).