test suite reviews and discussions
 help / color / mirror / Atom feed
From: "Tu, Lijuan" <lijuan.tu@intel.com>
To: "Ling, WeiX" <weix.ling@intel.com>, "dts@dpdk.org" <dts@dpdk.org>
Cc: "Ling, WeiX" <weix.ling@intel.com>
Subject: Re: [dts] [PATCH V1] tests/TestSuite_hotplug:fix use incorrect path to	start app issue
Date: Wed, 16 Sep 2020 07:53:34 +0000	[thread overview]
Message-ID: <308689b5435f4d7d892ab3cbdf39aacb@intel.com> (raw)
In-Reply-To: <20200916141044.38642-1-weix.ling@intel.com>

Applied

> -----Original Message-----
> From: dts <dts-bounces@dpdk.org> On Behalf Of lingwei
> Sent: 2020年9月16日 22:11
> To: dts@dpdk.org
> Cc: Ling, WeiX <weix.ling@intel.com>
> Subject: [dts] [PATCH V1] tests/TestSuite_hotplug:fix use incorrect path to start
> app issue
> 
> fix use incorrect path to start app issue
> 
> Signed-off-by: lingwei <weix.ling@intel.com>
> ---
>  tests/TestSuite_hotplug.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tests/TestSuite_hotplug.py b/tests/TestSuite_hotplug.py index
> 1882c84..22df230 100644
> --- a/tests/TestSuite_hotplug.py
> +++ b/tests/TestSuite_hotplug.py
> @@ -177,7 +177,7 @@ class TestPortHotPlug(TestCase):
> 
>          self.session2 = self.dut.create_session(name="virtio_user")
>          eal_param = self.dut.create_eal_parameters(no_pci=True,
> fixed_prefix="virtio1", cores=cores[5:9])
> -        testpmd_cmd2 = "%s " % (self.path) + eal_param + ' -- -i'
> +        testpmd_cmd2 = "%s/%s " % (self.dut.base_dir, self.path) + eal_param + ' -
> - -i'
>          self.session2.send_expect(testpmd_cmd2, "testpmd>", timeout=60)
>          self.session2.send_expect(
>              "port attach
> net_virtio_user1,mac=00:01:02:03:04:05,path=%s,queues=1,packed_vq=1,mrg_
> rxbuf=1,in_order=0" % path,
> --
> 2.17.1


      parent reply	other threads:[~2020-09-16  7:53 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-16 14:10 lingwei
2020-09-16  6:15 ` Ling, WeiX
2020-09-16  7:53 ` Tu, Lijuan [this message]

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=308689b5435f4d7d892ab3cbdf39aacb@intel.com \
    --to=lijuan.tu@intel.com \
    --cc=dts@dpdk.org \
    --cc=weix.ling@intel.com \
    /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).