test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts][PATCH V1] tests/cbdma: fix testcase7 quit testpmd issue
@ 2023-03-20  5:14 Wei Ling
  2023-03-28  1:00 ` lijuan.tu
  0 siblings, 1 reply; 2+ messages in thread
From: Wei Ling @ 2023-03-20  5:14 UTC (permalink / raw)
  To: dts; +Cc: Wei Ling

Fix case7 quit testpmd issue, and delete unused self.result_table_print().

Signed-off-by: Wei Ling <weix.ling@intel.com>
---
 tests/TestSuite_cbdma.py | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/tests/TestSuite_cbdma.py b/tests/TestSuite_cbdma.py
index d5198472..e5f66a51 100644
--- a/tests/TestSuite_cbdma.py
+++ b/tests/TestSuite_cbdma.py
@@ -412,9 +412,8 @@ class TestCBDMA(TestCase):
             cores=self.core_list, ports=dev_info
         )
         self.launch_dma_app(eal_params)
-        self.send_session.send_expect("^C", "#")
-        self.pmdout.execute_cmd("^C")
-        self.result_table_print()
+        self.send_session.send_expect("^C", "# ")
+        self.pmdout.execute_cmd("quit", "# ")
 
     def tear_down(self):
         """
-- 
2.25.1


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

* [dts][PATCH V1] tests/cbdma: fix testcase7 quit testpmd issue
  2023-03-20  5:14 [dts][PATCH V1] tests/cbdma: fix testcase7 quit testpmd issue Wei Ling
@ 2023-03-28  1:00 ` lijuan.tu
  0 siblings, 0 replies; 2+ messages in thread
From: lijuan.tu @ 2023-03-28  1:00 UTC (permalink / raw)
  To: dts, Wei Ling; +Cc: Wei Ling

On Mon, 20 Mar 2023 13:14:24 +0800, Wei Ling <weix.ling@intel.com> wrote:
> Fix case7 quit testpmd issue, and delete unused self.result_table_print().
> 
> Signed-off-by: Wei Ling <weix.ling@intel.com>


Applied, thanks

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

end of thread, other threads:[~2023-03-28  1:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-20  5:14 [dts][PATCH V1] tests/cbdma: fix testcase7 quit testpmd issue Wei Ling
2023-03-28  1:00 ` lijuan.tu

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).