test suite reviews and discussions
 help / color / mirror / Atom feed
From: "Tu, Lijuan" <lijuan.tu@intel.com>
To: "Zhang, YanX A" <yanx.a.zhang@intel.com>, "dts@dpdk.org" <dts@dpdk.org>
Cc: "Zhang, YanX A" <yanx.a.zhang@intel.com>
Subject: Re: [dts] [PATCH V1] tests/TestSuite_vf_interrupt_pmd:Optimize scripts	to improve stability
Date: Fri, 27 Dec 2019 08:13:56 +0000	[thread overview]
Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BB8EF2C@SHSMSX101.ccr.corp.intel.com> (raw)
In-Reply-To: <1573634679-53064-1-git-send-email-yanx.a.zhang@intel.com>

Applied some days ago.

> -----Original Message-----
> From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of zhang,yan
> Sent: Wednesday, November 13, 2019 4:45 PM
> To: dts@dpdk.org
> Cc: Zhang, YanX A <yanx.a.zhang@intel.com>
> Subject: [dts] [PATCH V1] tests/TestSuite_vf_interrupt_pmd:Optimize scripts
> to improve stability
> 
> Optimize scripts to improve stability.
> 
> Signed-off-by: zhang,yan <yanx.a.zhang@intel.com>
> ---
>  tests/TestSuite_vf_interrupt_pmd.py | 13 +++++++++----
>  1 file changed, 9 insertions(+), 4 deletions(-)
> 
> diff --git a/tests/TestSuite_vf_interrupt_pmd.py
> b/tests/TestSuite_vf_interrupt_pmd.py
> index 0b1f858..eaeaccd 100644
> --- a/tests/TestSuite_vf_interrupt_pmd.py
> +++ b/tests/TestSuite_vf_interrupt_pmd.py
> @@ -212,18 +212,23 @@ class TestVfInterruptPmd(TestCase):
> 
>          self.VF0_bind_vfio_pci()
> 
> +        cores = "1S/1C/1T"
> +        core_list = self.vm0_dut.get_core_list(cores)
> +        core_user = core_list[0]
> +        core_mask_user = utils.create_mask(core_list)
> +
>          cmd = self.path + \
> -              " -l 1-3 -n %d -- -P  -p 0x01 --config='(0,0,2)'" % (
> -                  self.vm0_dut.get_memory_channels())
> +              " -c %s -n %d -- -P  -p 0x01 --config='(0,0,%s)'" % (
> +                  core_mask_user, self.vm0_dut.get_memory_channels(),
> core_user)
>          self.vm0_dut.send_expect(cmd, "L3FWD_POWER", 60)
>          time.sleep(1)
>          self.send_packet(self.vf0_mac, self.rx_intf_0, self.vm0_dut)
>          self.destroy_vm_env()
> 
>          self.verify(
> -            "lcore 2 is waked up from rx interrupt on port 0" in self.out2, "Wake
> up failed")
> +            "lcore %s is waked up from rx interrupt on port 0" % core_user in
> self.out2, "Wake up failed")
>          self.verify(
> -            "lcore 2 sleeps until interrupt triggers"  in self.out2, "lcore 2 not
> sleeps")
> +            "lcore %s sleeps until interrupt triggers" % core_user in self.out2,
> "lcore %s not sleeps" % core_user)
> 
>      def test_nic_interrupt_VF_vfio_pci(self, driver='default'):
>          """
> --
> 2.17.2


      parent reply	other threads:[~2019-12-27  8:14 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-13  8:44 zhang,yan
2019-11-13  8:40 ` Zhu, WenhuiX
2019-12-27  8:13 ` 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=8CE3E05A3F976642AAB0F4675D0AD20E0BB8EF2C@SHSMSX101.ccr.corp.intel.com \
    --to=lijuan.tu@intel.com \
    --cc=dts@dpdk.org \
    --cc=yanx.a.zhang@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).