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] tests ipfrag_fragment : extend more time for sniffing packets
Date: Wed, 04 Nov 2015 16:01:24 +0800	[thread overview]
Message-ID: <5639BB54.6050704@intel.com> (raw)
In-Reply-To: <1446622373-39541-1-git-send-email-lijuanx.a.tu@intel.com>

Applied. Thanks.

On 11/04/2015 03:32 PM, 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 e7beb1a..c2623b6 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=10)' % (rxItf, expPkts))
> +            self.tester.scapy_append('p = sniff(iface="%s", count=%d, timeout=60)' % (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, timeout=15)' % (rxItf, expPkts))
> +            self.tester.scapy_append('p = sniff(iface="%s", count=%d, timeout=60)' % (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-11-04  7:59 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-04  7:32 Lijuan Tu
2015-11-04  8: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=5639BB54.6050704@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).