test suite reviews and discussions
 help / color / mirror / Atom feed
From: Wei Ling <weix.ling@intel.com>
To: dts@dpdk.org
Cc: Wei Ling <weix.ling@intel.com>
Subject: [dts][PATCH V1] tests/cbdma: fix testcase7 quit testpmd issue
Date: Mon, 20 Mar 2023 13:14:24 +0800	[thread overview]
Message-ID: <20230320051424.3263535-1-weix.ling@intel.com> (raw)

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


             reply	other threads:[~2023-03-20  5:16 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-20  5:14 Wei Ling [this message]
2023-03-28  1:00 ` lijuan.tu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230320051424.3263535-1-weix.ling@intel.com \
    --to=weix.ling@intel.com \
    --cc=dts@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).