test suite reviews and discussions
 help / color / mirror / Atom feed
From: Xia Yan <yanx.xia@intel.com>
To: dts@dpdk.org
Cc: Xia Yan <yanx.xia@intel.com>
Subject: [dts] [PATCH V1] test/TestSuite_external_memory:del undefined code
Date: Mon, 21 Dec 2020 16:26:52 +0800	[thread overview]
Message-ID: <20201221082652.3690-1-yanx.xia@intel.com> (raw)

delete undefined code of start testpmd

Signed-off-by: Xia Yan <yanx.xia@intel.com>
---
 tests/TestSuite_external_memory.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/tests/TestSuite_external_memory.py b/tests/TestSuite_external_memory.py
index 53522a79..b379ccb5 100644
--- a/tests/TestSuite_external_memory.py
+++ b/tests/TestSuite_external_memory.py
@@ -94,8 +94,6 @@ class TestExternalMemory(TestCase):
         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.dut.send_expect(cmd,"testpmd>",60)
         self.verifier_result()
 
     def test_IGB_UIO_xmemhuage(self):
-- 
2.17.1


             reply	other threads:[~2020-12-21  8:24 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-21  8:26 Xia Yan [this message]
2020-12-21  9:19 ` Chen, LingliX
2020-12-22  2:55 ` Tu, Lijuan

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=20201221082652.3690-1-yanx.xia@intel.com \
    --to=yanx.xia@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).