test suite reviews and discussions
 help / color / mirror / Atom feed
From: "Liu, Yong" <yong.liu@intel.com>
To: Lijuan Tu <lijuanx.a.tu@intel.com>, dts@dpdk.org
Subject: Re: [dts] [PATCH] fix unit_test_eal test_flags timout
Date: Fri, 23 Oct 2015 15:01:54 +0800	[thread overview]
Message-ID: <5629DB62.7070909@intel.com> (raw)
In-Reply-To: <1445482024-11819-1-git-send-email-lijuanx.a.tu@intel.com>

Applied. Thanks.

On 10/22/2015 10:47 AM, Lijuan Tu wrote:
> Signed-off-by: Lijuan Tu <lijuanx.a.tu@intel.com>
> ---
>   tests/TestSuite_ipfrag.py | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/tests/TestSuite_ipfrag.py b/tests/TestSuite_ipfrag.py
> index 22a24a6..e7beb1a 100644
> --- a/tests/TestSuite_ipfrag.py
> +++ b/tests/TestSuite_ipfrag.py
> @@ -153,7 +153,7 @@ l3fwd_ipv4_route_array[] = {\\\n"
>               # set wait packet
>               self.tester.scapy_background()
>               self.tester.scapy_append('import string')
> -            self.tester.scapy_append('p = sniff(iface="%s", count=%d, timeout=5)' % (rxItf, expPkts))
> +            self.tester.scapy_append('p = sniff(iface="%s", count=%d, timeout=10)' % (rxItf, expPkts))
>               self.tester.scapy_append('nr_packets=len(p)')
>               self.tester.scapy_append('reslist = [p[i].sprintf("%IP.len%;%IP.id%;%IP.flags%;%IP.frag%") for i in range(nr_packets)]')
>               self.tester.scapy_append('RESULT = string.join(reslist, ",")')
> @@ -211,7 +211,7 @@ l3fwd_ipv4_route_array[] = {\\\n"
>               # set wait packet
>               self.tester.scapy_background()
>               self.tester.scapy_append('import string')
> -            self.tester.scapy_append('p = sniff(iface="%s", count=%d)' % (rxItf, expPkts))
> +            self.tester.scapy_append('p = sniff(iface="%s", count=%d, timeout=15)' % (rxItf, expPkts))
>               self.tester.scapy_append('nr_packets=len(p)')
>               self.tester.scapy_append('reslist = [p[i].sprintf("%IPv6.plen%;%IPv6.id%;%IPv6ExtHdrFragment.m%;%IPv6ExtHdrFragment.offset%") for i in range(nr_packets)]')
>               self.tester.scapy_append('RESULT = string.join(reslist, ",")')

      reply	other threads:[~2015-10-23  6:59 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-22  2:47 Lijuan Tu
2015-10-23  7:01 ` Liu, Yong [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=5629DB62.7070909@intel.com \
    --to=yong.liu@intel.com \
    --cc=dts@dpdk.org \
    --cc=lijuanx.a.tu@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).